Fix the reset of the working dir before changing it again

This commit is contained in:
Robin Dunn
2016-12-15 14:17:44 -08:00
parent bc5ccab926
commit b17665c19d

View File

@@ -1424,6 +1424,7 @@ def cmd_build_vagrant(options, args):
runcmd('vagrant up')
runcmd('vagrant ssh -c "scripts/build.sh %s"' % vmName)
runcmd('vagrant halt')
del pwd
if options.upload:
src = opj(phoenixDir(), 'dist', 'linux', cfg.VERSION)