From bcce0fe91135858f40b1f7e9c40cb09d4c8ca200 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 23 May 2018 21:01:53 -0400 Subject: [PATCH] Adding wrapping quotes --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b1dc0f0..128b0cd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,8 @@ jobs: - sleep 240 ## Get the docker env variables - - $PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"') - - $GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"') + - "$PERSONAL_ACCESS_TOKEN"=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"') + - "$GITLAB_URL"=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"') - stage: test language: node_js