Skip to content

Commit

Permalink
Change order of import
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunakShah committed Dec 22, 2022
1 parent 6bbd9ce commit 6d69023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 6d69023

Please sign in to comment.