Skip to content

Commit 5e4fef5

Browse files
committed
fix test
1 parent ad9c8bc commit 5e4fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-tools/prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ install_sanity () (
880880
fi
881881
882882
git_checkout "${CSI_PROW_SANITY_REPO}" "${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}" "${CSI_PROW_SANITY_VERSION}" --depth=1 || die "checking out csi-sanity failed"
883-
( cd "${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}/cmd/csi-sanity" && run_with_go "${CSI_PROW_GO_VERSION_SANITY}" go build -o "${CSI_PROW_WORK}/csi-sanity" ./cmd/csi-sanity ) || die "building csi-sanity failed"
883+
( cd "${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}/cmd/csi-sanity" && run_with_go "${CSI_PROW_GO_VERSION_SANITY}" go build -o "${CSI_PROW_WORK}/csi-sanity") || die "building csi-sanity failed"
884884
)
885885
886886
# Captures pod output while running some other command.

0 commit comments

Comments
 (0)