From 25716d289edef3dcc25276bd753e7a03a109589f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 01:55:45 +0530 Subject: [PATCH] chore: rm sleep and curl debugs --- .woodpecker.yml | 2 -- integration/lib.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e4029d1..1bfac20 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,13 +3,11 @@ steps: image: python commands: - pip install requests - - sleep 10 && curl http://forgejo:3000 - make env.config build: image: node:18 commands: - - curl http://forgejo:3000 - corepack enable - corepack prepare pnpm@latest-8 --activate - pnpm install diff --git a/integration/lib.sh b/integration/lib.sh index cd0f17a..c328ef4 100755 --- a/integration/lib.sh +++ b/integration/lib.sh @@ -51,8 +51,6 @@ forgejo_root(){ $FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \ $FORGEJO_ROOT_EMAIL \ $FORGEJO_URL - sleep 10 - curl $FORGEJO_URL python -m integration \ forgejo register \ $FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \