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 3cf2b75 commit 3c97372Copy full SHA for 3c97372
scripts/ci-e2e.sh
@@ -18,6 +18,10 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
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
+
25
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
26
cd "${REPO_ROOT}" || exit 1
27
GOPATH_BIN="$(go env GOPATH)/bin/"
0 commit comments