Merge branch 'preperation-32-when-anchors' into 'development'
fix(ansible_playbook): No3 enable parent pipelines See merge request nofusscomputing/projects/gitlab-ci!46
This commit is contained in:
@ -31,7 +31,17 @@ include:
|
||||
- ".nfc_automation.yaml"
|
||||
when: always
|
||||
|
||||
- if: '($CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger" ) && $PIPELINE_RUN_TRIGGER == "true"'
|
||||
- if:
|
||||
(
|
||||
$CI_PIPELINE_SOURCE == "api"
|
||||
||
|
||||
$CI_PIPELINE_SOURCE == "pipeline"
|
||||
||
|
||||
$CI_PIPELINE_SOURCE == "trigger"
|
||||
||
|
||||
$CI_PIPELINE_SOURCE == "parent_pipeline"
|
||||
) &&
|
||||
$PIPELINE_RUN_TRIGGER == "true"
|
||||
exists:
|
||||
- ".nfc_automation.yaml"
|
||||
when: always
|
||||
|
Reference in New Issue
Block a user