ci: print out system paths into the log
This commit is contained in:
parent
5d2620a8d2
commit
4677548647
1 changed files with 4 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue