From 1b1e500ef85d322cb32a8a6f73f9ee216a5f5b21 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 20 Apr 2026 21:52:15 +0200 Subject: [PATCH] Try pulling the go repo Signed-off-by: Nikolai Rodionov --- .woodpecker/go-generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/go-generate.yaml b/.woodpecker/go-generate.yaml index 8d55c93..0839de1 100644 --- a/.woodpecker/go-generate.yaml +++ b/.woodpecker/go-generate.yaml @@ -30,6 +30,6 @@ steps: - apk update && apk add git - git config user.name "woodpecker-ci" - git config user.email "bot@badhouseplants.net" - - git -C ./target checkout -b $CI_COMMIT_BRANCH + - 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 push