From 7ad98e2ae6065d7bf75ac030f89c7b741ac25ece Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 28 Aug 2019 12:08:46 -0400 Subject: [PATCH] Adding extra log to narrow down where gitlab error occurs --- test/docker/docker-entrypoint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/docker/docker-entrypoint b/test/docker/docker-entrypoint index c3e5f9de..c9979990 100755 --- a/test/docker/docker-entrypoint +++ b/test/docker/docker-entrypoint @@ -13,6 +13,10 @@ GITLAB_URL="http://localhost:$EXTERNAL_PORT" echo "export PERSONAL_ACCESS_TOKEN=$PERSONAL_ACCESS_TOKEN" >> ~/.profile echo "export GITLAB_URL=$GITLAB_URL" >> ~/.profile +echo Checking that variables are set +echo $PERSONAL_ACCESS_TOKEN +echo $GITLAB_URL + echo Tail and wait gitlab-ctl tail& wait \ No newline at end of file