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:
Simon Kohlmeyer 2016-07-07 10:21:00 +02:00
Родитель 9fc5600205
Коммит 4e9d29460a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ fi
{ ruby --version
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
STATUS=1