Updating missing quote

This commit is contained in:
Justin 2018-05-22 20:34:29 -04:00
parent b229127067
commit eb55e14a3a

View File

@ -18,7 +18,7 @@ before_script:
- sleep 240
## Get the docker env variables
- export PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}')
- export PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"')
- export GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"')
## run tests