diff --git a/.woodpecker/smoke-init.yml b/.woodpecker/smoke-init.yml index 6ee3859..22437a9 100644 --- a/.woodpecker/smoke-init.yml +++ b/.woodpecker/smoke-init.yml @@ -31,7 +31,7 @@ steps: - name: smoke-init image: python:3-alpine commands: - - apk add --no-cache bash curl jq git + - apk add --no-cache bash curl jq git coreutils - MOCK_FORGE_PORT=3001 python3 tests/mock-forgejo.py & # Wait for mock to be ready - for i in $(seq 1 30); do curl -sf http://localhost:3001/api/v1/version >/dev/null 2>&1 && break || sleep 1; done