mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Add back sleep
This commit is contained in:
parent
b5a6e8a2eb
commit
f4f1aeefd1
@ -30,7 +30,8 @@ jobs:
|
||||
- docker-compose -f docker-compose.test.yml up -d
|
||||
|
||||
## Test for liveness
|
||||
- docker exec -it gitlab bash -lc 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost/-/readiness)" != "200" ]]; do sleep 5; done'
|
||||
# - docker exec -it gitlab bash -lc 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost/-/readiness)" != "200" ]]; do sleep 5; done'
|
||||
- sleep 240
|
||||
|
||||
- export PERSONAL_ACCESS_TOKEN=$(docker exec -it gitlab bash -lc 'printf "%q" "${PERSONAL_ACCESS_TOKEN}"')
|
||||
- export GITLAB_URL=$(docker exec -it gitlab bash -lc 'printf "%q" "${GITLAB_URL}"')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user