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:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd farthergate.com
|
cd farthergate.com
|
||||||
bundle install
|
bundle install --path vendor/bundle
|
||||||
bundle exec ruby build.rb
|
bundle exec ruby build.rb
|
||||||
- package: |
|
- package: |
|
||||||
tar -cvz _build/. > ../site.tar.gz
|
tar -cvz _build/. > ../site.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue