Fix setlocale warnings 45/3645/1
authorYolanda Robla <yroblamo@redhat.com>
Fri, 24 Jul 2020 07:54:50 +0000 (09:54 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Fri, 24 Jul 2020 07:54:50 +0000 (09:54 +0200)
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I5a4fe54cc43bb77bb4f50cb9771444754d323973

ci/kni_deploy_baremetal.sh

index dc7ff93..69ad8a5 100755 (executable)
@@ -21,6 +21,7 @@ MATCHBOX_ENDPOINT="${MATCHBOX_ENDPOINT:-http://172.22.0.1:8080}"
 UPI_NAME="${UPI_NAME:-testing}"
 UPI_DOMAIN="${UPI_DOMAIN:-baremetal.edge-sites.net}"
 LANG="en_US.UTF-8"
+LC_ALL="en_US.UTF-8"
 PRESERVE_CLUSTER="${PRESERVE_CLUSTER:-true}"
 
 wget https://raw.githubusercontent.com/openshift/installer/master/scripts/maintenance/virsh-cleanup.sh