Skip to content

Commit

Permalink
update to helm 2.4.0
Browse files Browse the repository at this point in the history
yuck, the kubernetes dependecies get out of hand
  • Loading branch information
databus23 committed May 3, 2017
1 parent a8d5113 commit 25c9ae7
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 38 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ install: bootstrap build

.PHONY: build
build:
go build -o diff -ldflags="$(LDFLAGS)"
go build -i -v -o diff -ldflags="$(LDFLAGS)"

.PHONY: bootstrap
bootstrap:
ifndef HAS_GLIDE
go get -u github.com/Masterminds/glide
endif
glide install --strip-vendor
scripts/setup-apimachinery.sh

.PHONY: dist
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive
Expand Down
Loading

0 comments on commit 25c9ae7

Please sign in to comment.