mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
sort out gto show
This commit is contained in:
parent
1443aa3ef8
commit
6eff6e4371
1 changed files with 2 additions and 1 deletions
3
.github/workflows/MLPipelinePostMerge.yml
vendored
3
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -195,11 +195,12 @@ jobs:
|
|||
fi
|
||||
|
||||
new_tag=${REGISTER_MODEL_NAME}#dev#${increment_version}
|
||||
latest_version=$(gto show model@latest --ref | awk -F"@" '{print $2}')
|
||||
|
||||
echo ${new_tag}
|
||||
|
||||
git pull #Get new model registry md file changes
|
||||
git tag -a ${new_tag} -m "Registering Latest Version to Dev"
|
||||
git tag -a ${new_tag} -m "Assigning stage dev to artifact temp version ${latest_version}"
|
||||
git push origin ${new_tag}
|
||||
|
||||
gto show > MODEL_REGISTRY.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue