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

Merge branch 'trunk' into 'master'

>_<

See merge request tools/continuous-integration/infrastructure/system-configurations!5
parents c48d5854 24576864
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
# VARIABLES
variables:
  DOCKER_BUILDKIT: 1
  DOCKER_BUILDKIT: 0
  DOCKER_DRIVER: overlay2
  DOCKER_HOST: tcp://localhost:2375
  DOCKER_TLS_CERTDIR: ""
  GIT_DEPTH: 1

##########################################################################################################

@@ -17,9 +18,7 @@ stages:
### COMMON SECTION
.common:
  variables:
    GIT_DEPTH: 1
    GIT_SUBMODULE_STRATEGY: recursive
    ANSIBLE_FORCE_COLOR: "True"
  except:
    - /^master$/
  before_script:
@@ -40,6 +39,8 @@ ansible-lint:
  extends: common
  stage: ansible-lint
  image: $ANSIBLE_IMAGE
  variables:
    ANSIBLE_FORCE_COLOR: "True"
  script:
    - test -s requirements.yml && ansible-galaxy install -r requirements.yml || true
    - test -s deploy.yml && ansible-lint deploy.yml || true