mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
rework CI
This commit is contained in:
parent
13e2cf25a1
commit
6a2b9a1715
2 changed files with 28 additions and 20 deletions
2
dist/main/push-paths.sh
vendored
2
dist/main/push-paths.sh
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
comm -13 <(sort /tmp/store-path-pre-build) <(nix path-info --all | grep -v '\.drv$') | $1 push $2
|
||||
comm -13 <(sort /tmp/store-path-pre-build) <(nix path-info --all | grep -v '\.drv$' | sort) | $1 push -j8 $2
|
||||
Loading…
Add table
Add a link
Reference in a new issue