Ensure finalize stage does not have unecessary installation to do

This commit is contained in:
CactusPuppy 2021-03-18 17:16:28 -07:00
parent fb741ca28d
commit 554f897b27
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -1,15 +1,5 @@
os: linux
dist: bionic
language: ruby
cache: bundler
rvm:
- 2.6.6
addons:
apt:
packages:
- chromium-browser
services:
- postgresql
branches:
except:
- /^depfu/.*$/
@ -37,6 +27,16 @@ env:
jobs:
include:
- &tests
language: ruby
cache: bundler
rvm:
- 2.6.6
addons:
apt:
packages:
- chromium-browser
services:
- postgresql
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true