Commit fe0957d7 authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #1340 from adamreese/fix/checksum

fix(Makefile): allow overriding the version for canary builds
parents a3241469 a0d3e43b
...@@ -36,8 +36,8 @@ dist: ...@@ -36,8 +36,8 @@ dist:
cd _dist && \ cd _dist && \
$(DIST_DIRS) cp ../LICENSE {} \; && \ $(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.md {} \; && \ $(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) tar -zcf helm-${GIT_TAG}-{}.tar.gz {} \; && \ $(DIST_DIRS) tar -zcf helm-${VERSION}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r helm-${GIT_TAG}-{}.zip {} \; \ $(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; \
) )
.PHONY: checksum .PHONY: checksum
......
Markdown is supported
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