summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-28 18:05:39 +0000
committerRobert Speicher <robert@gitlab.com>2017-04-28 18:05:39 +0000
commitfe57708e6a0f2b09d95e61130310c826b3437524 (patch)
tree10a92f29574ecd4082d1cae75e5293749aad60ee /scripts
parent2952a447794e492122820b5a0eb54f75b83a2abd (diff)
downloadgitlab-ce-fe57708e6a0f2b09d95e61130310c826b3437524.tar.gz
Resolve "rspec_profiling is enabled for MySQL"
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/prepare_build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index fd173c0ba88..c727a0e2d88 100755..100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -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