File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
14
14
readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable-master} "
15
15
readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
16
16
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
17
+ readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:- true}
17
18
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
18
19
readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
19
20
readonly test_version=${TEST_VERSION:- master}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
15
15
readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable-master} "
16
16
readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
17
17
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
18
+ readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:- true}
18
19
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
19
20
readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
20
21
readonly test_version=${TEST_VERSION:- master}
You can’t perform that action at this time.
0 commit comments