Skip to content
Snippets Groups Projects
Commit d6811403 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

gitlab-ci: fix master pipeline

parent bd166fa2
No related branches found
No related tags found
1 merge request!452gitlab-ci: fix master pipeline
Pipeline #8013 passed with stages
in 21 seconds
...@@ -172,14 +172,14 @@ build:merge_request: ...@@ -172,14 +172,14 @@ build:merge_request:
.gitlab-ci/mirror_pipeline_result.py .gitlab-ci/mirror_pipeline_result.py
--gitlab-url=${CI_SERVER_URL} --gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN} --token=${GITBOT_TOKEN}
--project=${CI_PROJECT_NAME} --project=${CI_PROJECT_PATH}
--pipeline=${MR_PIPELINE} --pipeline=${MR_PIPELINE}
# If no pipeline found, trigger a new one on the master # If no pipeline found, trigger a new one on the master
- else - else
.gitlab-ci/trigger_pipeline.py .gitlab-ci/trigger_pipeline.py
--gitlab-url=${CI_SERVER_URL} --gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN} --token=${GITBOT_TOKEN}
--project=${CI_PROJECT_NAME} --project=${CI_PROJECT_PATH}
--ref=${MASTER_BRANCH} --ref=${MASTER_BRANCH}
- fi - fi
......
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