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
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install requests
|
- pip install requests
|
||||||
- sleep 10 && curl http://forgejo:3000
|
|
||||||
- make env.config
|
- make env.config
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:18
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
- curl http://forgejo:3000
|
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest-8 --activate
|
- corepack prepare pnpm@latest-8 --activate
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
|
|
@ -51,8 +51,6 @@ forgejo_root(){
|
||||||
$FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \
|
$FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \
|
||||||
$FORGEJO_ROOT_EMAIL \
|
$FORGEJO_ROOT_EMAIL \
|
||||||
$FORGEJO_URL
|
$FORGEJO_URL
|
||||||
sleep 10
|
|
||||||
curl $FORGEJO_URL
|
|
||||||
python -m integration \
|
python -m integration \
|
||||||
forgejo register \
|
forgejo register \
|
||||||
$FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \
|
$FORGEJO_ROOT_USERNAME $FORGEJO_ROOT_PASSOWRD \
|
||||||
|
|
Loading…
Reference in a new issue