Loading capif/templates/ci_staging.gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -25,11 +25,10 @@ variables: .staging_dnd: &staging_dnd allow_failure: true only: - merge_requests except: variables: - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "staging" rules: - if: '$CI_COMMIT_REF_NAME == "staging"' when: always - when: never services: - docker:24.0.5-dind tags: Loading Loading
capif/templates/ci_staging.gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -25,11 +25,10 @@ variables: .staging_dnd: &staging_dnd allow_failure: true only: - merge_requests except: variables: - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "staging" rules: - if: '$CI_COMMIT_REF_NAME == "staging"' when: always - when: never services: - docker:24.0.5-dind tags: Loading