diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 7370060..9f3e100 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -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 diff --git a/test.md b/test.md deleted file mode 100644 index 4768c08..0000000 --- a/test.md +++ /dev/null @@ -1 +0,0 @@ -chicken