From bed062000eb39b6df4ac4c853b499e3ef6c366ad Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Sat, 24 Sep 2022 11:39:33 +0530 Subject: [PATCH] Fix the ibmcloud cli panic --- scripts/ci-e2e.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index 0f48d991d..4c65d1d83 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -18,6 +18,10 @@ set -o errexit set -o nounset set -o pipefail +# With the recent ibmcloud have seen panic and need this environment set to avoid this panic, for more information +# refer the Notes section in https://github.com/IBM-Cloud/ibm-cloud-cli-release/releases/tag/v2.11.0. +export LANG=en_US.UTF-8 + REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. cd "${REPO_ROOT}" || exit 1 GOPATH_BIN="$(go env GOPATH)/bin/"