mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
More testing
This commit is contained in:
parent
3e1fbc364f
commit
e6de5aa599
@ -15,9 +15,9 @@ before_script:
|
||||
- docker-compose -f docker-compose.test.yml up -d
|
||||
|
||||
## Get the docker env variables
|
||||
- docker exec -it gitlab bash -lc 'ls'
|
||||
- docker exec -it gitlab bash -lc 'env'
|
||||
- docker exec -it gitlab bash -lc 'echo "$GITLAB_URL"'
|
||||
- docker exec -it gitlab bash -lc 'printenv GITLAB_URL'
|
||||
- docker exec -it gitlab bash -lc "printenv GITLAB_URL"
|
||||
|
||||
- export PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'echo "$GITLAB_URL"')
|
||||
- export GITLAB_URL=$(docker exec -it gitlab bash -lc 'echo "$GITLAB_URL"')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user