diff options
| author | Rémy Coutable <remy@rymai.me> | 2019-04-18 22:08:04 +0200 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2019-05-20 14:31:58 +0200 |
| commit | 4d9c76e9e44119ee2578c94b2b98bb72e80e874b (patch) | |
| tree | 441a0b95536a35959f237c487cfba44f5dbdd7ed /scripts | |
| parent | 27d207bd8fa0ca095f4008fbcc62c0b924b8c405 (diff) | |
| download | gitlab-ce-4d9c76e9e44119ee2578c94b2b98bb72e80e874b.tar.gz | |
Reorganize test jobs by levelreorganize-tests-jobs-by-level
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 |
