kkkkkkkkkkkksssssssssssssswdwdwdw
This commit is contained in:
parent
768d067dc7
commit
c03d85221f
|
@ -24,6 +24,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 push origin HEAD
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
cp -r . ../cloned
|
cp -r . ../cloned
|
||||||
|
@ -40,7 +41,7 @@ jobs:
|
||||||
git -C ../cloned checkout -b ${{ env.PRODUCTION_BRANCH }}
|
git -C ../cloned checkout -b ${{ env.PRODUCTION_BRANCH }}
|
||||||
git -C ../cloned add -A
|
git -C ../cloned add -A
|
||||||
git -C ../cloned commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
git -C ../cloned commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||||
git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
||||||
- name: make pull request
|
- name: make pull request
|
||||||
#git fetch
|
#git fetch
|
||||||
# git merge origin/master --allow-unrelated-histories --strategy-option=ours
|
# git merge origin/master --allow-unrelated-histories --strategy-option=ours
|
||||||
|
|
Loading…
Reference in New Issue