mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Trying shell instead of bash
This commit is contained in:
parent
b1cff42cd6
commit
a9d6cf8aac
@ -15,15 +15,15 @@ before_script:
|
||||
- docker-compose -f docker-compose.test.yml up -d
|
||||
|
||||
## Get the docker env variables
|
||||
- docker exec -it gitlab bash -lc "env"
|
||||
- docker exec -it gitlab sh -lc "env"
|
||||
|
||||
- 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"')
|
||||
- env
|
||||
|
||||
## Sleep before performing commands on container
|
||||
- sleep 30
|
||||
|
||||
- env
|
||||
## run tests
|
||||
script:
|
||||
- npm run test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user