* remove vendor/bundle

This commit is contained in:
Seth Call 2013-01-14 00:03:46 -06:00
parent 0fd6525963
commit 81d747edd6
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -8,7 +8,7 @@ mkdir $DIR/target
mkdir $DIR/target/deb
# put all dependencies into vendor/bundle
#rm -rf vendor/bundle
rm -rf vendor/bundle
echo "updating dependencies"
bundle install --path vendor/bundle