Skip to content
Snippets Groups Projects
Commit e6b4f3c2 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Integration job is now optional

parent 55e34b98
No related branches found
No related tags found
No related merge requests found
Pipeline #9082 failed with stages
in 10 seconds
...@@ -101,6 +101,8 @@ yamllint: ...@@ -101,6 +101,8 @@ yamllint:
stage: integrate stage: integrate
rules: rules:
- if: $CI_MERGE_REQUEST_IID - if: $CI_MERGE_REQUEST_IID
when: manual
allow_failure: true
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- ./deploy_gitlab_ci.py - ./deploy_gitlab_ci.py
......
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