We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95f1a5 commit 5d64c3aCopy full SHA for 5d64c3a
playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/run.yaml
@@ -113,7 +113,7 @@
113
export KUBE_FASTBUILD=true
114
export KUBERNETES_CONFORMANCE_TEST=y
115
# Go modules not supported by kubernetes before v1.15
116
- if [ '{{ k8s_version }}' == 'release-1.13' || '{{ k8s_version }}' == 'release-1.14' ]; then
+ if [ '{{ k8s_version }}' == 'release-1.13' ] || [ '{{ k8s_version }}' == 'release-1.14' ]; then
117
unset GO111MODULE
118
unset GOSUMDB
119
unset GOPROXY
0 commit comments