Skip to content
Snippets Groups Projects
Commit 9e7e7ea7 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Trigger pipeline modifications

parent 14565ab6
No related branches found
No related tags found
3 merge requests!20Release,!17Docker image branch,!16Docker image branch
......@@ -179,7 +179,12 @@ trigger_pipeline:
script:
- 'curl --request POST --form "token=glptt-eb00396b920d3a6043997b78714990b1fa0063ea" --form ref=pipeline_branch https://codebase.helmholtz.cloud/api/v4/projects/9922/trigger/pipeline'
rules:
- if: $CI_COMMIT_TAG
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"'
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release"'
when: never
- changes:
- README.md
when: never
needs:
- test_latest
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