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

Merge branch 'trunk' into 'master'

.

See merge request tools/continuous-integration/infrastructure/deployment-sites!15
parents d60b1212 639da4ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stages:

### CHECK SECTION
check:
  extends: common
  extends: .common
  stage: check
  only:
    refs:
@@ -45,7 +45,7 @@ check:

### DEPLOY SECTION
deploy:
  extends: common
  extends: .common
  stage: deploy
  variables:
    ANSIBLE_STDOUT_CALLBACK: "actionable"