Try pulling the go repo
All checks were successful
ci/woodpecker/push/go-generate Pipeline was successful
ci/woodpecker/push/repo-checks Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-04-20 22:01:25 +02:00
parent 00cca550c2
commit 06e04ee8a7

View File

@@ -19,7 +19,8 @@ steps:
image: bufbuild/buf
commands:
- buf generate
- cp -r ./gen/go ./target/pkg
- rm -rf ./target/pkg/*
- cp -r ./gen/go/* ./target/pkg
- name: Clone go repo
image: alpine
environment: