CI script to report checks to forgejo

This commit is contained in:
Andrea Ciceri 2024-11-29 11:21:00 +01:00
parent 45a78e44b4
commit 54d97e55d9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 9 additions and 4 deletions
modules/forgejo-runners

View file

@ -3,6 +3,7 @@
config,
pkgs,
lib,
fleetFlake,
...
}:
let
@ -24,6 +25,7 @@ let
curl
tea
attic-client
fleetFlake.packages.${pkgs.system}.forgejo-report-checks
]
}; do
for bin in "$dir"/bin/*; do