Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzixu committed Jan 20, 2021
1 parent efa08b3 commit ad9c8bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +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" && go build || die "building csi-sanity failed"
mv ./csi-sanity "${CSI_PROW_WORK}"
( 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"
)
# Captures pod output while running some other command.
Expand Down

0 comments on commit ad9c8bc

Please sign in to comment.