This commit is contained in:
Greenscreener 2019-07-19 13:43:38 +02:00
parent 1783ad9306
commit 5fc314e79e

View File

@ -8,7 +8,10 @@ lint:
- /bin/sh - /bin/sh
- "-c" - "-c"
services: services:
- docker:dind - docker:dind
variables:
DOCKER_HOST: "tcp://docker:2375"
DOCKER_DRIVER: oberlay2
script: script:
- docker-compose run xo-js-lint - docker-compose run xo-js-lint
- docker-compose run xo-html-lint - docker-compose run xo-html-lint