From 35969556428be21553092e6d364f11b279a6e02e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 15:09:19 -0600 Subject: [PATCH] Don't use deprecated bundler flags --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 56b842c..269d15b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,9 @@ steps: environment: RAILS_ENV: test commands: - - bundle install --jobs=3 --retry=3 --deployment --with development test + - bundle config set deployment 'true' + - bundle config set with 'development test' + - bundle install --jobs=3 --retry=3 - yarn install - yarn run build:css - bundle exec rspec