Skip to content

Commit

Permalink
installer artifacts: keep text version of instance output
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Jan 2, 2020
1 parent 84ca784 commit 6ec5bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ objects:
while IFS= read -r i; do
mkdir -p "/tmp/artifacts/nodes/${i}"
if [[ "${CLUSTER_TYPE}" = "aws" ]]; then
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
fi
done < /tmp/node-provider-IDs
Expand Down

0 comments on commit 6ec5bf3

Please sign in to comment.