From 6bf880e9556aa1ebbf003de85e6b0c772d505c07 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 8 Jul 2020 16:24:06 -0700 Subject: [PATCH] Remove wrap for now --- .ci/spec/create-hosts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/spec/create-hosts.sh b/.ci/spec/create-hosts.sh index 7bac83534..b5bc79f65 100755 --- a/.ci/spec/create-hosts.sh +++ b/.ci/spec/create-hosts.sh @@ -24,8 +24,8 @@ export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec ### # Grab vagrant-spec gem and place inside root dir of Vagrant repo -wrap aws s3 cp "${ASSETS_PRIVATE_BUCKET}/vagrant-spec/vagrant-spec.gem" "vagrant-spec.gem" \ - "Failed to download the vagrant-spec gem" +# TODO put back the wrap and error message below +aws s3 cp "${ASSETS_PRIVATE_BUCKET}/vagrant-spec/vagrant-spec.gem" "vagrant-spec.gem" ### # Run the job