Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-10 17:48:27 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-11 00:02:28 +0300
commit3f52ea5bd17cc829edc5615b5e84f62f2f130053 (patch)
tree321afff0fb8fa12110263777a450aed5d80232e6 /scripts
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
Bump knapsack to 1.14.0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/prepare_build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 03de59f27ad..9edea404461 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -8,9 +8,10 @@ if [ "$USE_BUNDLE_INSTALL" != "false" ]; then
bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check
fi
-# Only install knapsack after bundle install! Otherwise oddly some native
+# Only install fog-aws/mime-types after bundle install! Otherwise oddly some native
# gems could not be found under some circumstance. No idea why, hours wasted.
-retry gem install knapsack fog-aws mime-types
+# TODO: remove workaround on !10156
+retry gem install fog-aws mime-types
cp config/resque.yml.example config/resque.yml
sed -i 's/localhost/redis/g' config/resque.yml