test debug

This commit is contained in:
Michael Duong 2023-09-12 16:07:57 +01:00
parent 3d693cb735
commit a0168a113e
2 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -1 +0,0 @@
chicken