Compare commits

..

1 commit

Author SHA1 Message Date
Agent
8ee96daf59 fix: feat: restore .woodpecker/smoke-init.yml pipeline (#140)
Some checks failed
ci/woodpecker/push/smoke-init Pipeline is pending
ci/woodpecker/pr/smoke-init Pipeline is pending
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
2026-04-02 10:23:38 +00:00

View file

@ -1,15 +1,14 @@
when: steps:
- event: pull_request - name: smoke-init
image: python:3-alpine
when:
event: pull_request
path: path:
- "bin/disinto" - "bin/disinto"
- "lib/load-project.sh" - "lib/load-project.sh"
- "lib/env.sh" - "lib/env.sh"
- "tests/**" - "tests/**"
- ".woodpecker/smoke-init.yml" - ".woodpecker/smoke-init.yml"
steps:
- name: smoke-init
image: python:3-alpine
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 &