CI: Instalar dependencias en vendor/ para que persistan entre pasos
This commit is contained in:
parent
56eb3ba9e4
commit
4fb53f1331
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue