rebase32
convert-to-yml / develop-branch (push) Successful in 34s
Details
convert-to-yml / develop-branch (push) Successful in 34s
Details
This commit is contained in:
parent
445706caeb
commit
db8afa4264
|
@ -44,11 +44,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||||
ls
|
ls
|
||||||
git log -20
|
git log -5
|
||||||
git status
|
git status
|
||||||
git rebase origin/master --strategy-option=ours
|
git rebase origin/master --strategy-option=theirs
|
||||||
ls
|
ls
|
||||||
git log -20
|
git log -4
|
||||||
git status
|
git status
|
||||||
echo no development branch so pushing
|
echo no development branch so pushing
|
||||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||||
|
|
Loading…
Reference in New Issue