mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
fix: instalar bundler audit si no existe todavía
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ae81640fcc
commit
c7310b7339
1 changed files with 7 additions and 0 deletions
|
@ -157,6 +157,7 @@ tasks:
|
||||||
desc: "Audit Gem dependencies"
|
desc: "Audit Gem dependencies"
|
||||||
deps:
|
deps:
|
||||||
- "gems"
|
- "gems"
|
||||||
|
- "bundler-audit"
|
||||||
cmds:
|
cmds:
|
||||||
- task: "bundle"
|
- task: "bundle"
|
||||||
vars:
|
vars:
|
||||||
|
@ -173,3 +174,9 @@ tasks:
|
||||||
internal: true
|
internal: true
|
||||||
cmds:
|
cmds:
|
||||||
- "echo -e \"\a\""
|
- "echo -e \"\a\""
|
||||||
|
bundler-audit:
|
||||||
|
internal: true
|
||||||
|
cmds:
|
||||||
|
- "{{.HAINISH}} gem install bundler-audit"
|
||||||
|
status:
|
||||||
|
- "test -f ../hain/usr/bin/bundler-audit"
|
||||||
|
|
Loading…
Reference in a new issue