From 807f715e83d5a0bc7c9953f812855bbd38ea2636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 6 Nov 2018 09:35:29 +0000 Subject: [PATCH] ci/deploy.sh: don't show downloads --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index 88dfc49ae..2fd303e05 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -26,7 +26,7 @@ fi export encrypted_080f214a372c_key= encrypted_080f214a372c_iv= -nix-build release.nix +nix-build --quiet release.nix if ! is-automatic-update; then bash $DIR/lint.sh