diff options
author | Rémy Coutable <remy@rymai.me> | 2018-05-18 15:32:07 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-05-21 11:30:44 +0200 |
commit | bc57a62a5c8c4c1e08cdf5c4a1656357d885026d (patch) | |
tree | 26f76484bd8349a3453e44cc4a670d6a04b10b15 /scripts | |
parent | cf7f3606d3bca3dfb481323aaa4f3dc50ca1a089 (diff) | |
download | gitlab-ce-bc57a62a5c8c4c1e08cdf5c4a1656357d885026d.tar.gz |
Improve the single-script jobs CI configrc/improve-single-script-jobs-ci-config
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prepare_build.sh | 2 |
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 |