Skip to content

Commit

Permalink
fix: fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzixu committed Jan 19, 2021
1 parent ebe7a33 commit cb214d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ install_sanity () (
fi
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"
cd "${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}/cmd/csi-sanity"
cd "${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}/cmd/csi-sanity" || die "enter csi-sanity directory failed"
go build || die "building csi-sanity failed"
mv ./csi-sanity "${CSI_PROW_WORK}"
)
Expand Down

0 comments on commit cb214d5

Please sign in to comment.