Adding wrapping quotes

This commit is contained in:
Justin 2018-05-23 21:01:53 -04:00
parent e18de22464
commit bcce0fe911

View File

@ -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