Skip to content

Commit ad9c8bc

Browse files
committed
test ci
1 parent efa08b3 commit ad9c8bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release-tools/prow.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +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" && go build || die "building csi-sanity failed"
884-
mv ./csi-sanity "${CSI_PROW_WORK}"
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"
885884
)
886885
887886
# Captures pod output while running some other command.

0 commit comments

Comments
 (0)