Skip to content
Snippets Groups Projects
Commit cab37727 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'ci/automerge' into 'master'

CI: adjust auto merge strategy

See merge request fsl/fslpy!169
parents e48bd042 4376719d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ set -e
# which gitlab CE does not currently do for us.
if [[ "$CI_PROJECT_PATH" != "$UPSTREAM_PROJECT" ]]; then
git fetch upstream;
git merge --no-commit --no-ff upstream/master;
git merge --no-commit --no-ff -s recursive -X ours upstream/master;
fi;
source /test.venv/bin/activate
......
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