5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 01:31:42 +00:00

fix: instalar bundler audit si no existe todavía
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2024-01-11 12:55:37 -03:00
parent ae81640fcc
commit c7310b7339
No known key found for this signature in database

View file

@ -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"