Remove env vars from command
This commit is contained in:
parent
6427576edd
commit
b44a087dfc
@ -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"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user