don't echo image creation commands

pull/6918/head
Matthew Hooker 8 years ago
parent 3e966ae38d
commit ade396e140
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -51,7 +51,6 @@ func (s *stepUploadImage) Run(_ context.Context, state multistep.StateBag) multi
command := fmt.Sprintf(`#!/bin/sh
set -e
set -x
mkdir /builder
mkfs -t ext3 /dev/xvdb
mount /dev/xvdb /builder

Loading…
Cancel
Save