mirror of https://github.com/helm/helm.git
fix(Makefile): allow overriding the version for canary builds
This commit is contained in:
parent
a324146945
commit
a0d3e43b53
4
Makefile
4
Makefile
|
@ -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…
Reference in New Issue