mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test pathc
This commit is contained in:
parent
45a4211242
commit
398b9d5115
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}
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue