diff options
Diffstat (limited to 'tests/push_to_store.sh')
-rwxr-xr-x | tests/push_to_store.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/push_to_store.sh b/tests/push_to_store.sh new file mode 100755 index 000000000000..d97eb095dd74 --- /dev/null +++ b/tests/push_to_store.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo Pushing "$@" to "$REMOTE_STORE" +echo -n "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs |