Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch will fix following CI failure. ``` + retry ./openshift-clients/linux/oc get secrets -n openshift-authentication v4-0-config-system-ocp-branding-template -o json + local retries=10 + local count=0 + jq -r '.data["login.html"]' + ./openshift-clients/linux/oc get secrets -n openshift-authentication v4-0-config-system-ocp-branding-template -o json + base64 -d The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? + exit=1 + wait=1 + count=1 + '[' 1 -lt 10 ']' + echo 'Retry 1/10 exited 1, retrying in 1 seconds...' + sleep 1 parse error: Invalid numeric literal at line 1, column 6 ```
- Loading branch information