mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +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
|
# Avoid .drv as they are not generally useful
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
*.drv.chroot)
|
||||||
|
# Avoid .drv.chroot as they are not generally useful
|
||||||
|
continue
|
||||||
|
;;
|
||||||
*.check)
|
*.check)
|
||||||
# Skip .check file produced by --keep-failed
|
# Skip .check file produced by --keep-failed
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue