From 3d69de0b1ec4ef3a575a99a49b248617ac9c3211 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 24 Jul 2020 09:54:50 +0200 Subject: [PATCH] Fix setlocale warnings Signed-off-by: Yolanda Robla Change-Id: I5a4fe54cc43bb77bb4f50cb9771444754d323973 --- ci/kni_deploy_baremetal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/kni_deploy_baremetal.sh b/ci/kni_deploy_baremetal.sh index dc7ff93..69ad8a5 100755 --- a/ci/kni_deploy_baremetal.sh +++ b/ci/kni_deploy_baremetal.sh @@ -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 -- 2.16.6