Skip to content
Commits on Source (2)
...@@ -57,11 +57,6 @@ check: ...@@ -57,11 +57,6 @@ check:
deploy: deploy:
extends: .common extends: .common
stage: deploy stage: deploy
only:
refs:
- $CI_DEFAULT_BRANCH
variables:
- $REPOSITORY =~ /^\S+$/
interruptible: false interruptible: false
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $REPOSITORY =~ /^\S+$/' - if: '$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $REPOSITORY =~ /^\S+$/'
......