Loading capif/templates/ci_staging.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -323,9 +323,10 @@ staging_build_and_push: ### staging branch merged ### staging_build_and_push_mr: stage: staging_build_and_push_mr # rules: # - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"' # when: always # <<: *staging_common rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"' when: always script: - export TMP_PWD=$PWD - echo "TMP_PWD=$TMP_PWD" Loading Loading @@ -403,4 +404,3 @@ staging_build_and_push_mr: - docker push $CI_REGISTRY/ocf/capif/staging/helper:staging - echo "----------------------------------------------------" - docker logout $CI_REGISTRY No newline at end of file <<: *staging_common No newline at end of file Loading
capif/templates/ci_staging.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -323,9 +323,10 @@ staging_build_and_push: ### staging branch merged ### staging_build_and_push_mr: stage: staging_build_and_push_mr # rules: # - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"' # when: always # <<: *staging_common rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"' when: always script: - export TMP_PWD=$PWD - echo "TMP_PWD=$TMP_PWD" Loading Loading @@ -403,4 +404,3 @@ staging_build_and_push_mr: - docker push $CI_REGISTRY/ocf/capif/staging/helper:staging - echo "----------------------------------------------------" - docker logout $CI_REGISTRY No newline at end of file <<: *staging_common No newline at end of file