From: aescling <11325618-aescling@users.noreply.gitlab.com> Date: Wed, 16 Nov 2022 03:58:41 +0000 (+0000) Subject: CI: set bundle in deployment mode X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=da5318eb8efd8ff5278752f3574dcb108bce8628;p=mastodon.git CI: set bundle in deployment mode This will require Gemfile.lock integrity for a CI build to pass, like we reuquire on prod. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bee338a39..7a20909a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ before_script: - apt-get update -q && apt-get install -yqq git libicu-dev libidn11-dev nodejs - corepack enable && yarn set version latest - bundle config set path 'vendor' + - bundle config set deployment 'true' - bundle config without 'development production' - ruby -v - bundle install -j $(nproc)