From 42aae9452297a162e527ba2554362038c91becdc Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 8 Jul 2016 17:20:55 +1000 Subject: [PATCH] Add listing hosts for debugging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb60b63..dbd1cee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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