Merge pull request #1340 from adamreese/fix/checksum

fix(Makefile): allow overriding the version for canary builds
pull/1344/head
Adam Reese 9 years ago committed by GitHub
commit fe0957d74d

@ -36,8 +36,8 @@ dist:
cd _dist && \
$(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) tar -zcf helm-${GIT_TAG}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r helm-${GIT_TAG}-{}.zip {} \; \
$(DIST_DIRS) tar -zcf helm-${VERSION}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; \
)
.PHONY: checksum

Loading…
Cancel
Save