Try pulling the go repo
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/go-generate Pipeline was successful
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:59:43 +02:00
parent ede9037b52
commit 00cca550c2

View File

@@ -33,4 +33,4 @@ steps:
- git -C ./target checkout $CI_COMMIT_BRANCH || git -C ./target checkout -b $CI_COMMIT_BRANCH
- git -C ./target add .
- 'git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA"'
- git -C ./target push
- git -C ./target push --set-upstream origin $CI_COMMIT_BRANCH