chore: rm sleep and curl debugs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a049fdc511
commit
25716d289e
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue