Fix initial 'make charts' failure
Change-Id: Iddba014c9f58aaab24918b51a1f8942aa5ea4c01
This commit is contained in:
parent
7ba52adf1f
commit
a3f0bafb7f
3
Makefile
3
Makefile
@ -24,6 +24,7 @@ images: build_deckhand
|
||||
# Create tgz of the chart
|
||||
.PHONY: charts
|
||||
charts: clean
|
||||
$(HELM) dep up charts/deckhand
|
||||
$(HELM) package charts/deckhand
|
||||
|
||||
# Perform linting
|
||||
@ -43,7 +44,7 @@ build_deckhand:
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf build
|
||||
helm delete helm-template
|
||||
helm delete helm-template ||:
|
||||
|
||||
.PHONY: pep8
|
||||
pep8:
|
||||
|
Loading…
x
Reference in New Issue
Block a user