Skip to content

Commit

Permalink
Merge pull request #922 from jbw976/backport-helm-pre-req
Browse files Browse the repository at this point in the history
build: fix helm pre-req
  • Loading branch information
jbw976 committed Aug 15, 2017
2 parents bcdc66a + ab87281 commit 9571e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ publish.docs:
HELM_TEMP := $(shell mktemp -d)
HELM_URL := $(HELM_BASE_URL)/$(CHANNEL)

promote.helm:
promote.helm: $(HELM)
# copy existing charts to a temp dir, the combine with new charts, reindex, and upload
@$(S3_SYNC) s3://$(HELM_S3_BUCKET)/$(CHANNEL) $(HELM_TEMP)
@$(S3_SYNC) s3://$(S3_BUCKET)/build/$(BRANCH_NAME)/$(VERSION)/charts $(HELM_TEMP)
Expand Down

0 comments on commit 9571e5b

Please sign in to comment.