UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "dynamic inclusion of addons in ci"

Merged joshwolf requested to merge 258-dynamic-inclusion-of-addons-in-ci into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -35,10 +35,11 @@
services:
- docker:20.10.5-dind
variables:
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_VERIFY: 0
DOCKER_HOST: tcp://localhost:2376
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
before_script:
# - nohup dockerd-entrypoint.sh &
Loading