Skip to content

Commit 1c86d4d

Browse files
committed
Add missing unbound variable teardown_driver
1 parent 72c1f4b commit 1c86d4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/run-windows-k8s-integration.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1414
readonly overlay_name="${GCE_PD_OVERLAY_NAME:-stable-master}"
1515
readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
1616
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
17+
readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:-true}
1718
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1819
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
1920
readonly test_version=${TEST_VERSION:-master}

test/run-windows-k8s-migration.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1515
readonly overlay_name="${GCE_PD_OVERLAY_NAME:-stable-master}"
1616
readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
1717
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
18+
readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:-true}
1819
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1920
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2021
readonly test_version=${TEST_VERSION:-master}

0 commit comments

Comments
 (0)