You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-tools/prow.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -880,7 +880,7 @@ install_sanity () (
880
880
fi
881
881
882
882
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"
884
884
)
885
885
886
886
# Captures pod output while running some other command.
0 commit comments