mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
tests/post-hook: remove TODO and --derivation upload
This commit is contained in:
parent
5e332aa503
commit
d1ff33d2d6
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ set -e
|
|||
echo Pushing "$OUT_PATHS" to "$REMOTE_STORE"
|
||||
if [ -n "$BUILD_HOOK_ONLY_OUT_PATHS" ]; then
|
||||
printf "%s" "$OUT_PATHS" | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs
|
||||
printf "%s" "$DRV_PATH" | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs --derivation
|
||||
else
|
||||
printf "%s" "$DRV_PATH"^'*' | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue