mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11: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"
|
||||
deps:
|
||||
- "gems"
|
||||
- "bundler-audit"
|
||||
cmds:
|
||||
- task: "bundle"
|
||||
vars:
|
||||
|
@ -173,3 +174,9 @@ tasks:
|
|||
internal: true
|
||||
cmds:
|
||||
- "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