mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test basic command
This commit is contained in:
parent
dd072c5281
commit
d671de76e0
1 changed files with 7 additions and 5 deletions
12
.github/workflows/MLPipelinePostMerge.yml
vendored
12
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -69,6 +69,8 @@ jobs:
|
|||
|
||||
# REGISTER_MODEL_NAME=$(echo ${{ github.event.pull_request.head.ref }} | awk -F"-" '{print $1}')
|
||||
REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
|
||||
gto register test
|
||||
|
||||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
# echo "chicken" >> test.md
|
||||
|
|
@ -81,17 +83,17 @@ jobs:
|
|||
# git push
|
||||
|
||||
# git branch
|
||||
git tag model@v0.0.1
|
||||
git push origin model@v0.0.1
|
||||
# git tag model@v0.0.1
|
||||
# git push origin model@v0.0.1
|
||||
# git checkout master
|
||||
|
||||
# git remote show origin
|
||||
# git status
|
||||
# git push origin regression@v0.0.1
|
||||
|
||||
gto register ${REGISTER_MODEL_NAME} --force
|
||||
gto assign ${REGISTER_MODEL_NAME} --stage dev
|
||||
gto show
|
||||
# gto register ${REGISTER_MODEL_NAME} --force
|
||||
# gto assign ${REGISTER_MODEL_NAME} --stage dev
|
||||
# gto show
|
||||
|
||||
# Register-Prediction-Image-Dev:
|
||||
# needs: Promote-Model-To-Dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue