Loading gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,5 +33,5 @@ registry-latest: script: - sh /entrypoint.sh rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ( $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" )' - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" - when: never Loading
gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,5 +33,5 @@ registry-latest: script: - sh /entrypoint.sh rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ( $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" )' - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" - when: never