.......
This commit is contained in:
parent
1bd72d8bf0
commit
7808dc71a9
|
@ -33,6 +33,7 @@ jobs:
|
||||||
cp -r . ../cloned
|
cp -r . ../cloned
|
||||||
rm -rf ../cloned/.git
|
rm -rf ../cloned/.git
|
||||||
mv ../.git ../cloned
|
mv ../.git ../cloned
|
||||||
|
mv .git/config ../cloned/.git
|
||||||
rm -r ./*
|
rm -r ./*
|
||||||
rm -r .git
|
rm -r .git
|
||||||
ls
|
ls
|
||||||
|
@ -52,7 +53,7 @@ jobs:
|
||||||
git add -A
|
git add -A
|
||||||
git status
|
git status
|
||||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||||
git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/another-user/batch-example HEAD:${{ env.PRODUCTION_BRANCH }}
|
git 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