From 46775486472ca72c3dcf5c16076be0ec83926adc Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Sun, 16 Mar 2025 00:43:57 +0000 Subject: [PATCH] ci: print out system paths into the log --- .forgejo/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 85bb102f2d..c3a1d67dba 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -21,6 +21,10 @@ jobs: cat result/other-systemPathJSON > system-paths-${{ matrix.system }}.json + - name: Print system paths + run: | + jq '.' system-paths-${{ matrix.system }}.json + - name: Upload outputs run: | bcacheup --cache_url vaultgs://lukegb-nix-cache --vault_addr unix:///run/tokend/sock --vault_token_source gcp/roleset/binary-cache-deployer/token ./result*