File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
pull_request :
10
10
push :
11
11
branches :
12
- - master
12
+ - main
13
13
14
14
jobs :
15
15
build :
Original file line number Diff line number Diff line change
1
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/KusionStack/helm-kcl )] ( https://goreportcard.com/report/github.com/KusionStack/helm-kcl )
2
+ [ ![ GoDoc] ( https://godoc.org/github.com/KusionStack/helm-kcl?status.svg )] ( https://godoc.org/github.com/KusionStack/helm-kcl )
3
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/KusionStack/helm-kcl/blob/main/LICENSE )
4
+
1
5
# Helm KCL Plugin
2
6
3
7
You can use the Helm-KCL-Plugin to
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ bootstrap:
53
53
.PHONY : docker-run-release
54
54
docker-run-release : export pkg=/go/src/github.com/databus23/helm-kcl
55
55
docker-run-release :
56
- git checkout master
56
+ git checkout main
57
57
git push
58
58
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.18.1 make bootstrap release
59
59
You can’t perform that action at this time.
0 commit comments