diff --git a/.circleci/config.yml b/.circleci/config.yml index 726b0fe6d82b93a035cdd0451d6880e27f75ca64..81f1591e779ad09136d39e279fa8a0e04080c11b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,8 +71,8 @@ jobs: nix-build \ -vvvv \ --debug \ - "${EXTRA_SUBSTITUTERS}" \ - "${EXTRA_TRUSTED_PUBLIC_KEYS}" \ + ${EXTRA_SUBSTITUTERS} \ + ${EXTRA_TRUSTED_PUBLIC_KEYS} \ -j 4 \ ./nix/ \ -A PaymentServer.components.exes."PaymentServer-exe" @@ -81,8 +81,8 @@ jobs: name: "Building Tests" command: | nix-build \ - "${EXTRA_SUBSTITUTERS}" \ - "${EXTRA_TRUSTED_PUBLIC_KEYS}" \ + ${EXTRA_SUBSTITUTERS} \ + ${EXTRA_TRUSTED_PUBLIC_KEYS} \ -j 4 \ ./nix/ \ -A PaymentServer.components.tests."PaymentServer-tests"