From b4855419da0c50a6685247dd29b2a759a67b3bf3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 14 Jan 2022 13:23:11 -0500 Subject: [PATCH] hush now and let's see a clean run --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0e9a07..c6e960a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,8 +69,6 @@ jobs: env echo "XDG_CONFIG_DIRS: $XDG_CONFIG_DIRS" nix-build \ - -vvvv \ - --debug \ --option extra-substituters "${EXTRA_SUBSTITUTERS}" \ --option trusted-public-keys "${TRUSTED_PUBLIC_KEYS}" \ -j 4 \ -- GitLab