Merge "[Bug fix] Remove "clean" from "chart" target"

This commit is contained in:
Zuul 2018-11-08 18:24:55 +00:00 committed by Gerrit Code Review
commit a45d6a7780
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ drydock: charts
# Create tgz of the chart
.PHONY: charts
charts: clean helm-init
charts: helm-init
$(HELM) dep up charts/drydock
$(HELM) package charts/drydock