Loading gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ stages: ### CHECK SECTION check: extends: common extends: .common stage: check only: refs: Loading @@ -45,7 +45,7 @@ check: ### DEPLOY SECTION deploy: extends: common extends: .common stage: deploy variables: ANSIBLE_STDOUT_CALLBACK: "actionable" Loading Loading
gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ stages: ### CHECK SECTION check: extends: common extends: .common stage: check only: refs: Loading @@ -45,7 +45,7 @@ check: ### DEPLOY SECTION deploy: extends: common extends: .common stage: deploy variables: ANSIBLE_STDOUT_CALLBACK: "actionable" Loading