From 442dd921a8b0f3304ba90763b64df67ebc5d791a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 24 Jun 2022 00:10:09 +0530 Subject: [PATCH] debug: is dashboard accessible? --- .woodpecker.yml | 4 ++-- integration/tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b32410a..aa76037 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 ] diff --git a/integration/tests.sh b/integration/tests.sh index d480c40..42064d7 100755 --- a/integration/tests.sh +++ b/integration/tests.sh @@ -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 }