test pathc

This commit is contained in:
Michael Duong 2023-09-15 19:31:43 +01:00
parent 45a4211242
commit 398b9d5115

View file

@ -45,7 +45,8 @@ jobs:
git push origin ${new_tag}
gto show >> MODEL_REGISTRY.md
git commit -am "Update Registry"
git add .
git commit -m "Update Registry"
git push
Register-Minor-Model-Dev:
@ -78,7 +79,8 @@ jobs:
git push origin ${new_tag}
gto show >> MODEL_REGISTRY.md
git commit -am "Update Registry"
git add .
git commit -m "Update Registry"
git push
Register-Patch-Model-Dev:
@ -111,7 +113,8 @@ jobs:
git push origin ${new_tag}
gto show >> MODEL_REGISTRY.md
git commit -am "Update Registry"
git add .
git commit -m "Update Registry"
git push
Promote-Artefacts-To-Dev: