Remove extra packet-exec upload command

This commit is contained in:
Brian Cain 2020-02-19 16:50:36 -08:00
parent b944138193
commit 9c7b92a724
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -37,16 +37,9 @@ export PKT_VAGRANT_CWD="/test/vagrant-spec/"
export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec
###
# Grab vagrant-spec gem
# TODO: Grab vagrant-spec gem and place inside root dir of Vagrant repo
###
echo "Syncing up remote packet device for current job... "
# NOTE: We only need to call packet-exec with the -upload option once
# since we are persisting the job directory. This command
# is used simply to seed the work directory.
wrap_stream packet-exec run -upload -- /bin/true \
"Failed to setup project on remote packet instance"
# Run the job
echo "Running vagrant spec tests..."