mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test gto step
This commit is contained in:
parent
faddfbf7ca
commit
6bdf34082b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/MLPipelinePostMerge.yml
vendored
3
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Register Model
|
||||
run: |
|
||||
REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
|
||||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot"
|
||||
|
||||
gto register ${REGISTER_MODEL_NAME}
|
||||
gto assign ${REGISTER_MODEL_NAME} --stage dev
|
||||
gto show
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue