fix: fix: rewrite smoke-init.sh for mock Forgejo + restore pipeline (#143) #144

Closed
dev-qwen wants to merge 9 commits from fix/issue-143 into main
Showing only changes of commit 73a4cbe9f0 - Show all commits

View file

@ -13,5 +13,5 @@ steps:
commands: commands:
- apk add --no-cache bash curl jq git coreutils - apk add --no-cache bash curl jq git coreutils
- python3 tests/mock-forgejo.py & - python3 tests/mock-forgejo.py &
- sleep 2 - for i in $(seq 1 30); do curl -sf http://localhost:3000/api/v1/version >/dev/null 2>&1 && break || sleep 1; done
- bash tests/smoke-init.sh - bash tests/smoke-init.sh