We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ef1a3 commit 3731f10Copy full SHA for 3731f10
.drone.yml
@@ -36,9 +36,9 @@ steps:
36
image: golang:1.18
37
environment:
38
GITHUB_API_KEY:
39
- from_secret: github_api_key
+ from_secret: kitebot_api_key
40
GITHUB_API_USER:
41
- from_secret: github_api_user
+ from_secret: kitebot_api_user
42
commands:
43
- go install github.com/guilhem/[email protected]
44
- git remote add authenticated-origin https://$GITHUB_API_USER:[email protected]/$DRONE_REPO
@@ -47,7 +47,8 @@ steps:
47
- git push authenticated-origin --tags
48
when:
49
branch:
50
- - master
+ - fix/update-publish-ci
51
+ # - master
52
53
trigger:
54
event:
@@ -64,7 +65,7 @@ steps:
64
65
66
GO111MODULE: on
67
68
69
70
- echo $DRONE_TAG | grep -v / || exit 78 # Skip if submodule is tagged
71
- go mod download
0 commit comments