mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Getting the env
This commit is contained in:
parent
1342ac492a
commit
1ef25c556f
@ -16,8 +16,8 @@ before_script:
|
||||
- cd .
|
||||
|
||||
## Get the docker env variables
|
||||
- PERSONAL_ACCESS_TOKEN=$(docker exec -i gitlab echo PERSONAL_ACCESS_TOKEN)
|
||||
- GITLAB_URL=$(docker exec -i gitlab echo GITLAB_URL)
|
||||
- PERSONAL_ACCESS_TOKEN=$(docker exec -i gitlab echo $PERSONAL_ACCESS_TOKEN)
|
||||
- GITLAB_URL=$(docker exec -i gitlab echo $GITLAB_URL)
|
||||
- echo $PERSONAL_ACCESS_TOKEN
|
||||
- echo $GITLAB_URL
|
||||
## Sleep before performing commands on container
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user