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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-05-21 14:03:17 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-05-21 14:03:17 +0300
commit3834040aa8a9415864c07c8edb86ebb290e08b01 (patch)
treec5cc3725ae53d577317ca0a0ead036029aa56fee /scripts
parentd7b3eb3de43e1c12fc8475adf966577f469a1adf (diff)
parentbc57a62a5c8c4c1e08cdf5c4a1656357d885026d (diff)
Merge branch 'rc/improve-single-script-jobs-ci-config' into 'master'
Improve the single-script jobs CI config See merge request gitlab-org/gitlab-ce!19040
Diffstat (limited to 'scripts')
-rw-r--r--scripts/prepare_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index d8bcc9f8191..75a3cea0448 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -11,7 +11,7 @@ fi
# Only install knapsack after bundle install! Otherwise oddly some native
# gems could not be found under some circumstance. No idea why, hours wasted.
-retry gem install knapsack
+retry gem install knapsack --no-ri --no-rdoc
cp config/gitlab.yml.example config/gitlab.yml
sed -i 's/bin_path: \/usr\/bin\/git/bin_path: \/usr\/local\/bin\/git/' config/gitlab.yml