Add listing hosts for debugging

This commit is contained in:
Deon George 2016-07-08 17:20:55 +10:00
parent 3707fe065c
commit 42aae94522

View File

@ -12,6 +12,7 @@ variables:
DOCKER_HOST: tcp://leenooks-ci-docker:2375
before_script:
- cat /etc/hosts
- env|sort
- test -n "${REGISTRY}" # Needs to be set in project
- test -n "${IMAGE}" # Needs to be set in project