Use the Gemfile from the docs repo
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
git clone https://github.com/jasmine/jasmine.github.io.git
|
git clone https://github.com/jasmine/jasmine.github.io.git
|
||||||
|
|
||||||
cd jasmine.github.io
|
cd jasmine.github.io
|
||||||
|
export BUNDLE_GEMFILE=$PWD/Gemfile
|
||||||
bundle
|
bundle
|
||||||
|
|
||||||
bundle exec rake update_edge_jasmine
|
bundle exec rake update_edge_jasmine
|
||||||
|
|||||||
Reference in New Issue
Block a user