Commit 639da4ee authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

.

parent c77b9532
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"