Commit 9571e5b1 authored by Jared Watts's avatar Jared Watts Committed by GitHub
Browse files

Merge pull request #922 from jbw976/backport-helm-pre-req

build: fix helm pre-req
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment