try commit has

This commit is contained in:
Michael Duong 2023-09-17 14:35:07 +00:00
parent 6da03d5651
commit 510f440136

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}