From 7f6a3e117e0eeef6c7ddcc8d567d5f84a7d38e6d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 20 Apr 2026 21:54:09 +0200 Subject: [PATCH] Try pulling the go repo Signed-off-by: Nikolai Rodionov --- .woodpecker/go-generate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/go-generate.yaml b/.woodpecker/go-generate.yaml index 1e1e865..0a68b7c 100644 --- a/.woodpecker/go-generate.yaml +++ b/.woodpecker/go-generate.yaml @@ -31,5 +31,6 @@ 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 --all -m "Update protobuf definitions: $CI_COMMIT_SHA"' + - git -C ./target add . + - 'git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA"' - git -C ./target push