mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
avoid pushing .drv.chroot files
This commit is contained in:
parent
bfb6415b03
commit
f5f67badd0
1 changed files with 4 additions and 0 deletions
4
dist/main/list-nix-store.sh
vendored
4
dist/main/list-nix-store.sh
vendored
|
|
@ -8,6 +8,10 @@ for file in /nix/store/*; do
|
|||
# Avoid .drv as they are not generally useful
|
||||
continue
|
||||
;;
|
||||
*.drv.chroot)
|
||||
# Avoid .drv.chroot as they are not generally useful
|
||||
continue
|
||||
;;
|
||||
*.check)
|
||||
# Skip .check file produced by --keep-failed
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue