From 143a6901c2d3fc2c372ee5030986c9e8bb3f5a68 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 20 Feb 2020 14:31:44 -0800 Subject: [PATCH] Download vagrant-spec gem from S3 --- .ci/spec/create-hosts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/spec/create-hosts.sh b/.ci/spec/create-hosts.sh index 86326a867..a4eff3a03 100755 --- a/.ci/spec/create-hosts.sh +++ b/.ci/spec/create-hosts.sh @@ -37,7 +37,8 @@ export PKT_VAGRANT_CWD="/test/vagrant-spec/" export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec ### -# TODO: Grab vagrant-spec gem and place inside root dir of Vagrant repo +# Grab vagrant-spec gem and place inside root dir of Vagrant repo +download_assets "${ASSETS_PRIVATE_BUCKET}/vagrant-spec/vagrant-spec.gem" "." ### # Run the job