You need to sign in or sign up before continuing.
Commit f149d3b3 authored by EL KOUHEN Mehdi's avatar EL KOUHEN Mehdi Committed by GitHub

Remove option pipefail

parent 4b7f0f1e
......@@ -46,9 +46,7 @@
when: kubernetes_pod_network.cni == 'calico'
- name: "Get K8s version"
shell: |
set -o pipefail
kubectl version | base64 | tr -d '\n'
shell: kubectl version | base64 | tr -d '\n'
register: k8_version
when: kubernetes_pod_network.cni == 'weave'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment