Skip to content
Snippets Groups Projects
Commit 88f1dbee authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

blah blah shell quoting blah blah

parent 69171dc2
Branches
No related tags found
1 merge request!109Fix use of the iohk binary cache
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment