mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-30 13:10:43 +00:00
test pathc
This commit is contained in:
parent
45a4211242
commit
7ff5c2e323
1 changed files with 6 additions and 3 deletions
9
.github/workflows/MLPipelinePostMerge.yml
vendored
9
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -45,7 +45,8 @@ jobs:
|
||||||
git push origin ${new_tag}
|
git push origin ${new_tag}
|
||||||
|
|
||||||
gto show >> MODEL_REGISTRY.md
|
gto show >> MODEL_REGISTRY.md
|
||||||
git commit -am "Update Registry"
|
git add .
|
||||||
|
git commit -m "Update Registry"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
Register-Minor-Model-Dev:
|
Register-Minor-Model-Dev:
|
||||||
|
|
@ -78,7 +79,8 @@ jobs:
|
||||||
git push origin ${new_tag}
|
git push origin ${new_tag}
|
||||||
|
|
||||||
gto show >> MODEL_REGISTRY.md
|
gto show >> MODEL_REGISTRY.md
|
||||||
git commit -am "Update Registry"
|
git add .
|
||||||
|
git commit -m "Update Registry"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
Register-Patch-Model-Dev:
|
Register-Patch-Model-Dev:
|
||||||
|
|
@ -111,7 +113,8 @@ jobs:
|
||||||
git push origin ${new_tag}
|
git push origin ${new_tag}
|
||||||
|
|
||||||
gto show >> MODEL_REGISTRY.md
|
gto show >> MODEL_REGISTRY.md
|
||||||
git commit -am "Update Registry"
|
git add .
|
||||||
|
git commit -m "Update Registry"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
Promote-Artefacts-To-Dev:
|
Promote-Artefacts-To-Dev:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue