Skip to content

Commit 6ec5bf3

Browse files
committed
installer artifacts: keep text version of instance output
1 parent 84ca784 commit 6ec5bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ objects:
837837
while IFS= read -r i; do
838838
mkdir -p "/tmp/artifacts/nodes/${i}"
839839
if [[ "${CLUSTER_TYPE}" = "aws" ]]; then
840-
queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}"
840+
queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}" --output text
841841
fi
842842
done < /tmp/node-provider-IDs
843843

0 commit comments

Comments
 (0)