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

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-04-20 21:53:18 +02:00
parent 1b1e500ef8
commit 659f9f8500

View File

@@ -31,5 +31,5 @@ steps:
- git config user.name "woodpecker-ci"
- git config user.email "bot@badhouseplants.net"
- git -C ./target checkout $CI_COMMIT_BRANCH || git -C ./target checkout -b $CI_COMMIT_BRANCH
- 'git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA"'
- 'git -C ./target commit --all -m "Update protobuf definitions: $CI_COMMIT_SHA"'
- git -C ./target push