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

FIX #16699 TIME 0:30 remove synchro for master

parent 6e4ac457
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ commits:
image: debian:10-slim
stage: synchronization
only:
- master
- develop
- "21.03"
except:
......@@ -85,7 +84,7 @@ commits:
# Use this pull command if there are merge conflicts during rebase /!\ theirs will keep the changes in the Pro repository ! ours will keep the changes in the normal one
- git pull -s recursive -X ours --no-edit origin $CI_COMMIT_REF_NAME
- git checkout -b $CI_COMMIT_REF_NAME
- git push origin --all
- git push --set-upstream origin $CI_COMMIT_REF_NAME
tags:
image: debian:10-slim
......
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