diff options
author | Rémy Coutable <remy@rymai.me> | 2019-05-22 14:16:49 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-05-22 21:47:32 +0200 |
commit | 6145ddf515f93fcc7ed873b911b6369cc2bc0462 (patch) | |
tree | abdf5336367a88aaa7af7e1a83c3c4fbba37e7ba /scripts | |
parent | add00b6986c78497c18a2f48bf83f0a23c7923f8 (diff) | |
download | gitlab-ce-6145ddf515f93fcc7ed873b911b6369cc2bc0462.tar.gz |
Revert "Merge branch 'revert-04c3c6dd' into 'master'"
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prepare_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index 58b74f2f07d..5fca95f1f40 100644 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -5,6 +5,7 @@ export USE_BUNDLE_INSTALL=${USE_BUNDLE_INSTALL:-true} export BUNDLE_INSTALL_FLAGS="--without=production --jobs=$(nproc) --path=vendor --retry=3 --quiet" if [ "$USE_BUNDLE_INSTALL" != "false" ]; then + bundle --version bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check fi |