debug: is dashboard accessible?

wip-infra-tests
Aravinth Manivannan 2022-06-24 00:10:09 +05:30
parent 4996e33cad
commit 442dd921a8
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ pipeline:
commands:
- pip install virtualenv
- make env
- make lint
- make coverage
# - make lint
# - make coverage
- make integration-test
secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ]

View File

@ -43,7 +43,7 @@ OIDC_CLIENT_ID=""
OIDC_CLIENT_SECRET=""
wait_for_env() {
curl $MAILDEV_URL || true
curl $DASHBOARD_URL || true
python -m integration \
check_env $GITEA_URL $DASHBOARD_URL $MAILDEV_URL
}