mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-23 03:50:01 +08:00
small fixes based on review
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
export CC=gcc
|
||||
|
||||
echo "==> Installing gem dependencies…"
|
||||
gem install bundle
|
||||
which bundle || gem install bundle
|
||||
bundle check --path vendor/gems 2>&1 > /dev/null || {
|
||||
time bundle install --binstubs bin --path vendor/gems
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user