Skip to content

Commit

Permalink
Merge pull request #1227 from hokaccha/fix-provisioning-script
Browse files Browse the repository at this point in the history
Fix: Bower install fails in vagrant
  • Loading branch information
arikfr authored Aug 10, 2016
2 parents a411af2 + 058b6bc commit 0b928e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup/vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

cd /opt/redash/current
cp /opt/redash/.env /opt/redash/current
cd /opt/redash/current/rd_ui
bower install
cd /opt/redash/current

#install requirements
sudo pip install -r /opt/redash/current/requirements_dev.txt
Expand Down

0 comments on commit 0b928e6

Please sign in to comment.