Skip to content

Commit 39ef64d

Browse files
authored
Merge pull request #156 from pohly/prow-update-master
master: update release-tools
2 parents 09ec13e + a558adf commit 39ef64d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release-tools/build.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test-go:
113113
test: test-vet
114114
test-vet:
115115
@ echo; echo "### $@:"
116-
go test $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
116+
go vet $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
117117

118118
.PHONY: test-fmt
119119
test: test-fmt

release-tools/prow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
193193
# If the deployment script is called with CSI_PROW_TEST_DRIVER=<file name> as
194194
# environment variable, then it must write a suitable test driver configuration
195195
# into that file in addition to installing the driver.
196-
configvar CSI_PROW_DRIVER_VERSION "v1.3.0-rc4" "CSI driver version"
196+
configvar CSI_PROW_DRIVER_VERSION "v1.3.0" "CSI driver version"
197197
configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path "CSI driver repo"
198198
configvar CSI_PROW_DEPLOYMENT "" "deployment"
199199

0 commit comments

Comments
 (0)