diff --git a/.prow.sh b/.prow.sh index edc74ddbb..dee1aa3ac 100755 --- a/.prow.sh +++ b/.prow.sh @@ -1,13 +1,13 @@ #! /bin/bash +CSI_PROW_SIDECAR_E2E_IMPORT_PATH="github.com/kubernetes-csi/external-provisioner/test/e2e" + . release-tools/prow.sh volume_mode_conversion () { [ "${VOLUME_MODE_CONVERSION_TESTS}" == "true" ] } -CSI_PROW_SIDECAR_E2E_IMPORT_PATH="github.com/kubernetes-csi/external-provisioner/test/e2e" - if volume_mode_conversion; then install_snapshot_controller() { CONTROLLER_DIR="https://raw.githubusercontent.com/RaunakShah/external-snapshotter/${CSI_SNAPSHOTTER_VERSION}"