Skip to content
Snippets Groups Projects
Commit ff2615e3 authored by Asmund THORSec's avatar Asmund THORSec
Browse files

[ci] One last fix to external pipeline trigger script

parent 147cc856
No related branches found
No related tags found
Loading
Pipeline #1154456521 passed
......@@ -6,7 +6,7 @@ read -rp "Enter Gitlab Merge Request ID: " MR
BRANCH="mr-$MR"
git branch -D "${BRANCH}"
git branch -D "${BRANCH}" || true
git fetch origin merge-requests/"$MR"/head:"${BRANCH}"
git checkout "${BRANCH}"
git push --set-upstream origin "${BRANCH}" -f --no-verify
......
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