diff options
| author | Rémy Coutable <remy@rymai.me> | 2017-04-26 17:37:01 +0200 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2017-04-26 17:37:01 +0200 |
| commit | b45b08cbbfeabdd0a7d0f1c03a2584e58ebe684b (patch) | |
| tree | b7e0c1d91464ded125d952277d5c2266b447e208 /scripts | |
| parent | d39b16d06d9e98fbd1898140341a0e08ee61edf3 (diff) | |
| download | gitlab-ce-b45b08cbbfeabdd0a7d0f1c03a2584e58ebe684b.tar.gz | |
Run `bundle check` after `bundle install` instead of having a dedicated job for it31464-move-bundle-check-to-before_script
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | 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 de7379425cf..fd173c0ba88 100755 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -32,7 +32,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 + retry bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check fi # Only install knapsack after bundle install! Otherwise oddly some native |
