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:
|
dependencias:
|
||||||
image: registry.nulo.in/sutty/haini.sh:root
|
image: registry.nulo.in/sutty/haini.sh:root
|
||||||
commands:
|
commands:
|
||||||
|
- bundle config set --local path 'vendor/'
|
||||||
- make bundle hain="sh -c"
|
- make bundle hain="sh -c"
|
||||||
brakeman:
|
brakeman:
|
||||||
group: audit
|
group: audit
|
||||||
|
|
Loading…
Reference in a new issue