aboutsummaryrefslogtreecommitdiff
path: root/tests/push-to-store.sh
blob: 0b090e1b3a76bceeed277191145f64224c2de31b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -x
set -e

[ -n "$OUT_PATHS" ]
[ -n "$DRV_PATH" ]

echo Pushing "$OUT_PATHS" to "$REMOTE_STORE"
printf "%s" "$DRV_PATH"^'*' | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs