More testing

This commit is contained in:
Justin 2018-05-20 13:05:28 -04:00
parent 3e1fbc364f
commit e6de5aa599

View File

@ -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"')