From b42ba91e52ce9d5950b32fdcb42966bb3b8c757f Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 2 Apr 2026 10:16:57 +0000 Subject: [PATCH] fix: feat: restore .woodpecker/smoke-init.yml pipeline (#140) --- .woodpecker/smoke-init.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .woodpecker/smoke-init.yml diff --git a/.woodpecker/smoke-init.yml b/.woodpecker/smoke-init.yml new file mode 100644 index 0000000..3e1f33a --- /dev/null +++ b/.woodpecker/smoke-init.yml @@ -0,0 +1,17 @@ +when: + - event: pull_request + path: + - "bin/disinto" + - "lib/load-project.sh" + - "lib/env.sh" + - "tests/**" + - ".woodpecker/smoke-init.yml" + +steps: + - name: smoke-init + image: python:3-alpine + commands: + - apk add --no-cache bash curl jq git coreutils + - python3 tests/mock-forgejo.py & + - sleep 2 + - bash tests/smoke-init.sh