We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa356 commit 4555e2fCopy full SHA for 4555e2f
1 file changed
Makefile
@@ -174,7 +174,7 @@ install-yq:
174
@UNCOMPRESSED=true hack/uget.sh https://github.com/mikefarah/yq/releases/download/v{VERSION}/yq_{GOOS}_{GOARCH} yq $(YQ_VERSION) yq_*
175
176
.PHONY: install-kcp
177
-install-kcp: UGET_CHECKSUMS=false # do not checksum because the version regularly gets overwritten in CI jobs
+install-kcp: UGET_CHECKSUMS= # do not checksum because the version regularly gets overwritten in CI jobs
178
install-kcp:
179
@hack/uget.sh https://github.com/kcp-dev/kcp/releases/download/v{VERSION}/kcp_{VERSION}_{GOOS}_{GOARCH}.tar.gz kcp $(KCP_VERSION)
180
0 commit comments