Remove env vars from command

This commit is contained in:
Brian Cain 2020-03-04 16:19:47 -08:00
parent 6427576edd
commit b44a087dfc
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -16,7 +16,7 @@ pushd "${root}" > "${output}"
function cleanup() {
(>&2 echo "Cleaning up packet device")
unset PACKET_EXEC_PERSIST
pkt_wrap_stream "cd vagrant;VAGRANT_CWD=test/vagrant-spec/ VAGRANT_VAGRANTFILE=Vagrantfile.spec vagrant destroy -f" \
pkt_wrap_stream "cd vagrant;vagrant destroy -f" \
"Vagrant command failed"
}