diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-05-22 11:45:46 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-05-22 11:45:46 +0000 |
commit | 4f20c9de6f8e09131d751174243214d9bd3b6419 (patch) | |
tree | b41332bd3773178776ff92738de8cff3f84fc689 /scripts | |
parent | c4d930e5f54e7da07c80cc028dfc0f5c08719146 (diff) | |
download | gitlab-ce-4f20c9de6f8e09131d751174243214d9bd3b6419.tar.gz |
Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"revert-04c3c6dd
This reverts merge request !27514
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prepare_build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index 5fca95f1f40..58b74f2f07d 100644 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -5,7 +5,6 @@ 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 |