diff options
Diffstat (limited to 'src/fuel-plugin/vagrant')
-rwxr-xr-x | src/fuel-plugin/vagrant/build_fuel_plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuel-plugin/vagrant/build_fuel_plugin.sh b/src/fuel-plugin/vagrant/build_fuel_plugin.sh index a42217f..5fdf9c3 100755 --- a/src/fuel-plugin/vagrant/build_fuel_plugin.sh +++ b/src/fuel-plugin/vagrant/build_fuel_plugin.sh @@ -4,7 +4,7 @@ sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo sudo gem install fpm sudo pip install fuel-plugin-builder cp -r /fuel-plugin /home/vagrant -cd /home/vagrant/fuel-plugin; +cd /home/vagrant/fuel-plugin; rm -rf vagrant/.vagrant fpb --debug --build . cp *.rpm /vagrant |