From b6d5ac872ceeccad098dc7e09db1a3f167667928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 11 Jul 2017 19:06:58 +0200 Subject: Re-install the knapsack gem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- scripts/prepare_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index aa8314adfe1..95c5d9abed1 100644 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -10,7 +10,7 @@ fi # 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 fog-aws mime-types +retry gem install knapsack fog-aws mime-types cp config/gitlab.yml.example config/gitlab.yml -- cgit v1.2.1