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 84ca784 commit 6ec5bf3Copy full SHA for 6ec5bf3
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
@@ -837,7 +837,7 @@ objects:
837
while IFS= read -r i; do
838
mkdir -p "/tmp/artifacts/nodes/${i}"
839
if [[ "${CLUSTER_TYPE}" = "aws" ]]; then
840
- queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}"
+ queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}" --output text
841
fi
842
done < /tmp/node-provider-IDs
843
0 commit comments