CI: Fix deploy to work properly

This commit is contained in:
Mitchell Hashimoto 2011-11-12 15:53:52 -08:00
parent a090eb36fb
commit c0f3e6b954
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#----------------------------------------------------------------------
# Download the Vagrant source, extract it
cd /tmp
rm -rf vagrant
rm -rf mitchellh-vagrant-*
wget https://github.com/mitchellh/vagrant/tarball/master -O vagrant.tar.gz
tar xvzf vagrant.tar.gz
mv mitchellh-vagrant-* vagrant