Skip to content
Snippets Groups Projects
Commit e0a9e506 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #16699 TIME 0:15 fix stuck in rebase error in sync

parent f1230c42
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ commits:
- git remote set-url origin $PRIVATE_REPOSITORY_URL_SSH
- git config --global user.email "$CI_EMAIL" && git config --global user.name "$CI_USER"
- 'exists=`git show-ref refs/heads/$CI_COMMIT_REF_NAME` && if [ -n "$exists" ]; then git branch -D $CI_COMMIT_REF_NAME; fi'
- 'if [ -d ".git/rebase-apply" ]; then rm -fr .git/rebase-apply; fi'
- git pull --rebase origin $CI_COMMIT_REF_NAME
- git checkout -b $CI_COMMIT_REF_NAME
- git push origin --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment