Skip to content

Commit 3c97372

Browse files
authored
Fix the ibmcloud cli panic (#894)
1 parent 3cf2b75 commit 3c97372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ci-e2e.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21+
# With the recent ibmcloud have seen panic and need this environment set to avoid this panic, for more information
22+
# refer the Notes section in https://github.com/IBM-Cloud/ibm-cloud-cli-release/releases/tag/v2.11.0.
23+
export LANG=en_US.UTF-8
24+
2125
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2226
cd "${REPO_ROOT}" || exit 1
2327
GOPATH_BIN="$(go env GOPATH)/bin/"

0 commit comments

Comments
 (0)