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

In Makefile there is a "clean" target as prerequisite to "chart"
target. That causes problems because it removes the "build" directory
that was created at the begining of the file and the helm_install.sh
script cannot write to the "build" directory in subsequent step [0].

[0]: https://github.com/openstack/airship-drydock/blob/master/tools/helm_install.sh#L30

Change-Id: Ic608630c38ff3ad7caf3a4d42e0b318d0d9d4d7e
Signed-off-by: Dimitrios Markou <dm844v@att.com>
This commit is contained in:
Dimitrios Markou 2018-11-02 13:38:14 -05:00
parent 756a063c30
commit a995d86b37
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