Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#112 from xing-yang/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
k8s-ci-robot committed Nov 13, 2020
2 parents d437673 + 79bbca7 commit 5d874cc
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 @@ -331,7 +331,7 @@ configvar CSI_PROW_E2E_ALPHA_GATES "$(get_versioned_variable CSI_PROW_E2E_ALPHA_

# Which external-snapshotter tag to use for the snapshotter CRD and snapshot-controller deployment
default_csi_snapshotter_version () {
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" == "canary" ]; then
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
echo "master"
else
echo "v3.0.2"
Expand Down

0 comments on commit 5d874cc

Please sign in to comment.