File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : circleci/golang:1.13
5+ - image : circleci/golang:1.13.3
66 working_directory : /go/src/github.com/databus23/helm-diff
77 steps :
88 - checkout
2020 mkdir -p helmhome
2121 make install HELM_HOME=helmhome
2222 helmhome/plugins/helm-diff/bin/diff version
23-
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
4949docker-run-release :
5050 git checkout master
5151 git push
52- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.12.5 make bootstrap release
52+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.13.3 make bootstrap release
5353
5454.PHONY : dist
5555dist : export COPYFILE_DISABLE=1 # teach OSX tar to not put ._* files in tar archive
6969 tar -C build/ -zcvf $(CURDIR ) /release/helm-diff-windows.tgz diff/
7070
7171.PHONY : release
72- release : lint dist
72+ release : lint dist
7373ifndef GITHUB_TOKEN
7474 $(error GITHUB_TOKEN is undefined)
7575endif
You can’t perform that action at this time.
0 commit comments