Skip to content

Commit 5d64c3a

Browse files
adiskywangxiyuan
authored andcommitted
Fix If statement CPO conformance playbook (apache#636)
1 parent d95f1a5 commit 5d64c3a

File tree

1 file changed

+1
-1
lines changed
  • playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance

1 file changed

+1
-1
lines changed

playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
export KUBE_FASTBUILD=true
114114
export KUBERNETES_CONFORMANCE_TEST=y
115115
# Go modules not supported by kubernetes before v1.15
116-
if [ '{{ k8s_version }}' == 'release-1.13' || '{{ k8s_version }}' == 'release-1.14' ]; then
116+
if [ '{{ k8s_version }}' == 'release-1.13' ] || [ '{{ k8s_version }}' == 'release-1.14' ]; then
117117
unset GO111MODULE
118118
unset GOSUMDB
119119
unset GOPROXY

0 commit comments

Comments
 (0)