chore: rm sleep and curl debugs
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-09-19 01:55:45 +05:30
parent a049fdc511
commit 25716d289e
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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 \