Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rook
Commits
9571e5b1
Commit
9571e5b1
authored
7 years ago
by
Jared Watts
Committed by
GitHub
7 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #922 from jbw976/backport-helm-pre-req
build: fix helm pre-req
parents
bcdc66a0
ab87281b
release-0.5
v0.5.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/release/Makefile
+1
-1
build/release/Makefile
with
1 addition
and
1 deletion
+1
-1
build/release/Makefile
+
1
-
1
View file @
9571e5b1
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help