File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 36
36
image : golang:1.18
37
37
environment :
38
38
GITHUB_API_KEY :
39
- from_secret : github_api_key
39
+ from_secret : kitebot_api_key
40
40
GITHUB_API_USER :
41
- from_secret : github_api_user
41
+ from_secret : kitebot_api_user
42
42
commands :
43
43
-
go install github.com/guilhem/[email protected]
44
44
-
git remote add authenticated-origin https://$GITHUB_API_USER:[email protected] /$DRONE_REPO
47
47
- git push authenticated-origin --tags
48
48
when :
49
49
branch :
50
- - master
50
+ - fix/update-publish-ci
51
+ # - master
51
52
52
53
trigger :
53
54
event :
64
65
environment :
65
66
GO111MODULE : on
66
67
GITHUB_API_KEY :
67
- from_secret : github_api_key
68
+ from_secret : kitebot_api_key
68
69
commands :
69
70
- echo $DRONE_TAG | grep -v / || exit 78 # Skip if submodule is tagged
70
71
- go mod download
You can’t perform that action at this time.
0 commit comments