Commit 47cb8274 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

>_<

parent 24576864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@ stages:
### TEST SECTION

shellcheck:
  extends: common
  extends: .common
  stage: shellcheck
  image: $SHELLCHECK_IMAGE
  script:
    - test -s run.sh && shellcheck ${SHELLCHECK_PARAMETERS} run.sh || true

ansible-lint:
  extends: common
  extends: .common
  stage: ansible-lint
  image: $ANSIBLE_IMAGE
  variables: