Prevent build temp files in host

Change-Id: I97c6f1c17b7a9655db7a79bda4802eaaf9d6938c
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
Guo Ruijing 2016-04-29 15:41:15 +08:00
parent d5e302c267
commit a7d0e546af
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ sudo apt-get install ruby -y
sudo gem install rubygems-update
sudo gem install fpm
sudo apt-get install docker.io -y
cd /fuel-plugin; fpb --debug --build .
cp -r /fuel-plugin /home/vagrant
cd /home/vagrant/fuel-plugin; fpb --debug --build .
cp /home/vagrant/fuel-plugin/*.rpm /vagrant