Skip to content
Snippets Groups Projects
Commit 61adb001 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tools/dockerfiles: Fix refspec and add missing git branches to build

parent 8a49c9c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,10 @@
- git:
url: "{gitlab_url}/{gitlab_project_name}.git"
refspec: +refs/heads/*:refs/remotes/origin/*
+refs/merge-requests/*:refs/remotes/merge-requests/*
+refs/merge-requests/*/head:refs/remotes/origin/merge-requests/*
branches:
- origin/master
- origin/merge-requests/${{gitlabMergeRequestIid}}
wipe-workspace: false
properties:
- build-discarder:
......
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