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
3d693cb735
commit
a0168a113e
2 changed files with 5 additions and 9 deletions
13
.github/workflows/MLPipelinePostMerge.yml
vendored
13
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -60,9 +60,6 @@ jobs:
|
|||
pip install --upgrade pip
|
||||
pip install -r modules/ml-pipeline/src/pipeline/src/requirements/version_control/requirements.txt
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Register Model
|
||||
env:
|
||||
ACTIONS_STEP_DEBUG: true
|
||||
|
|
@ -73,13 +70,13 @@ 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
|
||||
|
||||
echo "chicken" >> test.md
|
||||
# git add .
|
||||
# git commit -m "test"
|
||||
|
||||
git add .
|
||||
git commit -m "test"
|
||||
|
||||
git push
|
||||
# git push
|
||||
|
||||
git branch
|
||||
git tag
|
||||
|
|
|
|||
1
test.md
1
test.md
|
|
@ -1 +0,0 @@
|
|||
chicken
|
||||
Loading…
Add table
Reference in a new issue