fix bundle install
This commit is contained in:
parent
6921ac5e68
commit
82862b4584
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ environment:
|
|||
tasks:
|
||||
- build: |
|
||||
cd farthergate.com
|
||||
bundle install
|
||||
bundle install --path vendor/bundle
|
||||
bundle exec ruby build.rb
|
||||
- package: |
|
||||
tar -cvz _build/. > ../site.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue