debug: is maildev accessible?

wip-infra-tests
Aravinth Manivannan 2022-06-24 00:05:54 +05:30
parent b3ffe8c739
commit 4996e33cad
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

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