mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Resolve "rspec_profiling is enabled for MySQL"
This commit is contained in:

committed by
Robert Speicher

parent
2952a44779
commit
fe57708e6a
4
scripts/prepare_build.sh
Executable file → Normal file
4
scripts/prepare_build.sh
Executable file → Normal file
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
. scripts/utils.sh
|
||||
|
||||
export SETUP_DB=${SETUP_DB:-true}
|
||||
@ -32,7 +30,7 @@ sed -i 's/localhost/redis/g' config/resque.yml
|
||||
cp config/gitlab.yml.example config/gitlab.yml
|
||||
|
||||
if [ "$USE_BUNDLE_INSTALL" != "false" ]; then
|
||||
retry bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check
|
||||
bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check
|
||||
fi
|
||||
|
||||
# Only install knapsack after bundle install! Otherwise oddly some native
|
||||
|
Reference in New Issue
Block a user