Skip to content
Snippets Groups Projects

Resolve "Prevent containerlab:destroy pipeline step from running if not needed"

2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,6 @@ variables:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'develop')
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_NIGHTLY
- if: $CI_COMMIT_BRANCH == "132-Prevent-containerlab-destroy-pipeline-step-from-running-if-not-needed"
.containerlab_template: &containerlab_template
@@ -74,8 +73,6 @@ containerlab:destroy:
when: always
- if: $CI_NIGHTLY
when: always
- if: $CI_COMMIT_BRANCH == "132-Prevent-containerlab-destroy-pipeline-step-from-running-if-not-needed"
when: always
stage: .post
tags:
- shell
Loading