Skip to content

Commit 3919bd1

Browse files
authored
Merge pull request #901 from mauriciopoppe/use-compiled-binaries
Add missing unbound variable teardown_driver
2 parents 3e43404 + 1c86d4d commit 3919bd1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/run-windows-k8s-integration.sh

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)