rework CI

This commit is contained in:
Domen Kožar 2020-05-12 10:59:39 +02:00
commit 6a2b9a1715
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 28 additions and 20 deletions

View file

@ -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