Merge pull request #29 from Hestia-Homes/model-test

try commit has
This commit is contained in:
quandanrepo 2023-09-17 15:35:47 +01:00 committed by GitHub
commit 4fc52db9bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ jobs:
commit_hash=$(gto history ${REGISTER_MODEL_NAME} --asc --plain | awk "/${latest_version}/" | awk '{print $(NF-1)}')
git checkout ${commit_hash}
git pull #Get new model registry md file changes
# git pull #Get new model registry md file changes
git tag -a ${new_tag} -m "Assigning stage dev to artifact ${REGISTER_MODEL_NAME} version ${latest_version}"
git push origin ${new_tag}