Skip to content

Commit

Permalink
Show all ui output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub committed May 5, 2016
1 parent 2d75538 commit cfe0c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/out
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packer validate $ARGS -var-file=/tmp/vars.json $SRC/$TEMPLATE
echo

packer build -machine-readable $ARGS -var-file=/tmp/vars.json $SRC/$TEMPLATE \
| tee /tmp/output | awk -F, '/,(say|message),/ { print $5 }'
| tee /tmp/output | awk -F, '/,ui,/ { print $5 }'

# FIXME: include metadata such as AMI name, copied region: ami-id, etc.
# ... um, but generalise it for other kinds of packer builders, yeah?
Expand Down

0 comments on commit cfe0c10

Please sign in to comment.