Compare commits

..

1 Commits

Author SHA1 Message Date
Continuous Integration dfa5aaa0b7 develop/tryagain -> build/tryagain 2023-10-23 01:46:44 +00:00
4 changed files with 4 additions and 6 deletions

View File

@ -46,7 +46,7 @@ jobs:
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} " git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
git checkout -b ${{ env.BUILD_BRANCH }} git checkout -b ${{ env.BUILD_BRANCH }}
git merge --squash ${{ github.ref_name }} git merge --squash ${{ github.ref_name }}
git push -f origin HEAD:${{ env.BUILD_BRANCH }} git push origin HEAD:${{ env.BUILD_BRANCH }}
- name: make pull request comment - name: make pull request comment
run: | run: |

View File

@ -29,9 +29,7 @@ jobs:
- name: clone - name: clone
run: | run: |
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
git -C ../cloned fetch origin #--depth=1 git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
git -C ../cloned branch -r
git -C ../cloned switch $DEVELOPMENT_BRANCH
mv ../cloned/.git .. mv ../cloned/.git ..
rm -rf ../cloned rm -rf ../cloned
cp -r . ../cloned cp -r . ../cloned

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long