зеркало из https://github.com/mislav/hub.git
Explicitly specify binstub path in scripts/bootstrap
There might be a bundle config that specifies a different path, which breaks the build. Explicitly specifying the path changes that.
This commit is contained in:
Родитель
9fc5600205
Коммит
4e9d29460a
|
@ -24,7 +24,7 @@ fi
|
||||||
|
|
||||||
{ ruby --version
|
{ ruby --version
|
||||||
bundle install --path vendor/bundle
|
bundle install --path vendor/bundle
|
||||||
bundle binstub cucumber ronn
|
bundle binstub cucumber ronn --path bin
|
||||||
} || {
|
} || {
|
||||||
echo "You need Ruby 1.9 or higher and Bundler to run hub tests" >&2
|
echo "You need Ruby 1.9 or higher and Bundler to run hub tests" >&2
|
||||||
STATUS=1
|
STATUS=1
|
||||||
|
|
Загрузка…
Ссылка в новой задаче