Compare commits
6 Commits
dfa5aaa0b7
...
f12b68c0c6
Author | SHA1 | Date |
---|---|---|
Continuous Integration | f12b68c0c6 | |
Continuous Integration | 4cc3e0bc04 | |
Continuous Integration | 80dd8ec1d2 | |
Continuous Integration | d3babdad01 | |
Continuous Integration | 665cd9242b | |
Continuous Integration | 994a9c414a |
|
@ -46,7 +46,7 @@ jobs:
|
|||
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
|
||||
git checkout -b ${{ env.BUILD_BRANCH }}
|
||||
git merge --squash ${{ github.ref_name }}
|
||||
git push origin HEAD:${{ env.BUILD_BRANCH }}
|
||||
git push -f origin HEAD:${{ env.BUILD_BRANCH }}
|
||||
|
||||
- name: make pull request comment
|
||||
run: |
|
||||
|
|
|
@ -29,7 +29,9 @@ jobs:
|
|||
- name: clone
|
||||
run: |
|
||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
|
||||
git -C ../cloned fetch origin #--depth=1
|
||||
git -C ../cloned branch -r
|
||||
git -C ../cloned switch $DEVELOPMENT_BRANCH
|
||||
mv ../cloned/.git ..
|
||||
rm -rf ../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
Loading…
Reference in New Issue