5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-01 21:14:16 +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"
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"