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

Merge branch 'trunk' into 'master'

>_<

See merge request tools/continuous-integration/infrastructure/system-configurations!6
parents e65d72ee 47cb8274
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: