Skip to content
Snippets Groups Projects
Commit 385deba2 authored by Eric Conde's avatar Eric Conde
Browse files

allow pre flow to use project's runner by default

parent b2713e65
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ approval: ...@@ -6,5 +6,5 @@ approval:
- curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver to code review and resolve this thread to enable merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN} - curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver to code review and resolve this thread to enable merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN}
only: only:
- merge_requests - merge_requests
tags: # tags:
- shared # - shared
\ No newline at end of file \ No newline at end of file
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