Loading gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -57,11 +57,6 @@ check: deploy: extends: .common stage: deploy only: refs: - $CI_DEFAULT_BRANCH variables: - $REPOSITORY =~ /^\S+$/ interruptible: false rules: - if: '$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $REPOSITORY =~ /^\S+$/' Loading Loading
gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -57,11 +57,6 @@ check: deploy: extends: .common stage: deploy only: refs: - $CI_DEFAULT_BRANCH variables: - $REPOSITORY =~ /^\S+$/ interruptible: false rules: - if: '$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $REPOSITORY =~ /^\S+$/' Loading