mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test debug
This commit is contained in:
parent
a3b8de7b69
commit
8b86449e3f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/MLPipelinePostMerge.yml
vendored
5
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -71,7 +71,6 @@ jobs:
|
|||
REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
|
||||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
git config --local remote.origin.push master:master
|
||||
# echo "chicken" >> test.md
|
||||
|
||||
# git fetch --prune
|
||||
|
|
@ -84,13 +83,13 @@ jobs:
|
|||
# git branch
|
||||
# git tag model@v0.0.1
|
||||
# git push origin model@v0.0.1
|
||||
git checkout master
|
||||
# git checkout master
|
||||
|
||||
# git remote show origin
|
||||
# git status
|
||||
# git push origin regression@v0.0.1
|
||||
|
||||
gto register ${REGISTER_MODEL_NAME}
|
||||
gto register ${REGISTER_MODEL_NAME} --push
|
||||
gto assign ${REGISTER_MODEL_NAME} --stage dev
|
||||
gto show
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue