Skip to content

Commit 84ca784

Browse files
committed
installer artifacts: set LC_ALL so that awscli would convert logs to Unicode correctly
1 parent a460286 commit 84ca784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,8 @@ objects:
715715
value: test
716716
- name: HOME
717717
value: /tmp
718+
- name: LC_ALL
719+
value: en_US.UTF-8
718720
command:
719721
- /bin/bash
720722
- -c

0 commit comments

Comments
 (0)