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:47:00 +02:00
parent dab66a561c
commit f46757640b

View File

@@ -12,7 +12,11 @@ steps:
from_secret: gitea_repo_access
commands:
- apk update && apk add git
- git clone https://gitea.badhouseplants.net/softplayer/softplayer-go-proto.git
- git config user.name "woodpecker-ci"
- git config user.email "bot@badhouseplants.net"
- git clone https://$GITEA_USER:$GITEA_TOKEN@gitea.badhouseplants.net/softplayer/softplayer-go-proto.git
- git commit --allow-empty -m "Test CI"
- git push origin HEAD:$CI_BRANCH
- name: Generate go code
image: bufbuild/buf
commands: