mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Adding wrapping quotes
This commit is contained in:
parent
e18de22464
commit
bcce0fe911
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user