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

Merge branch 'trunk' into 'master'

Trunk

See merge request tools/continuous-integration/infrastructure/deployment-sites!16
parents 326cb174 3b96d38e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
---

# VARIABLES
variables:
  DOCKER_BUILDKIT: 0
@@ -39,7 +41,7 @@ check:
  script:
    - echo "Checking inventory"
    - ansible-inventory -i inventory.ini --graph
    - ansible -i inventory.ini -m ping all -u ${USERNAME:-maintenance} || ( test -n "${CHECK_SKIP_ERRORS}" && true )
    - ansible -i inventory.ini -m ping all:\!workstations -u ${USERNAME:-maintenance} || ( test -n "${CHECK_SKIP_ERRORS}" && true )

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