CI: Instalar dependencias en vendor/ para que persistan entre pasos

This commit is contained in:
Cat /dev/Nulo 2021-11-30 15:17:02 +00:00
parent 56eb3ba9e4
commit 4fb53f1331

View file

@ -2,6 +2,7 @@ pipeline:
dependencias:
image: registry.nulo.in/sutty/haini.sh:root
commands:
- bundle config set --local path 'vendor/'
- make bundle hain="sh -c"
brakeman:
group: audit