mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
look at the remote origin
This commit is contained in:
parent
96902960e0
commit
6c899bbb09
1 changed files with 2 additions and 7 deletions
9
.github/workflows/MLPipelinePostMerge.yml
vendored
9
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -61,11 +61,6 @@ jobs:
|
|||
pip install -r modules/ml-pipeline/src/pipeline/src/requirements/version_control/requirements.txt
|
||||
|
||||
- name: Register Model
|
||||
env:
|
||||
ACCESS_TOKEN: $ {{ secrets.SSH_TOKEN }}
|
||||
# ACTIONS_STEP_DEBUG: true
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# token: ${{ secrets.PAT }}
|
||||
run: |
|
||||
|
||||
# REGISTER_MODEL_NAME=$(echo ${{ github.event.pull_request.head.ref }} | awk -F"-" '{print $1}')
|
||||
|
|
@ -91,12 +86,12 @@ jobs:
|
|||
# git push origin model@v0.0.1
|
||||
# git checkout master
|
||||
|
||||
# git remote show origin
|
||||
git remote show origin
|
||||
# git status
|
||||
# git push origin regression@v0.0.1
|
||||
|
||||
# gto register ${REGISTER_MODEL_NAME} --force
|
||||
gto assign regression --stage dev
|
||||
# gto assign regression --stage dev
|
||||
# gto show
|
||||
|
||||
# Register-Prediction-Image-Dev:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue