Commit 3e4da5ba authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'fail-merge-train' into 'master'

Set proper exit status when Merge Trains fail

See merge request gitlab-org/gitlab!39723
parents 416c10ea 43a67622
......@@ -51,7 +51,8 @@ then
echo 'Commit not available, triggering a merge train'
fi
curl -X POST \
curl -f \
-X POST \
-F token="$MERGE_TRAIN_TRIGGER_TOKEN" \
-F ref=master \
-F "variables[MERGE_FOSS]=1" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment