Try pulling the go repo
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user