Commit c2e1900e authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update gitlab-ci.yml

parent c322f065
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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+$/'