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
No related branches found
No related tags found
1 merge request!109Fix use of the iohk binary cache
...@@ -71,8 +71,8 @@ jobs: ...@@ -71,8 +71,8 @@ jobs:
nix-build \ nix-build \
-vvvv \ -vvvv \
--debug \ --debug \
"${EXTRA_SUBSTITUTERS}" \ ${EXTRA_SUBSTITUTERS} \
"${EXTRA_TRUSTED_PUBLIC_KEYS}" \ ${EXTRA_TRUSTED_PUBLIC_KEYS} \
-j 4 \ -j 4 \
./nix/ \ ./nix/ \
-A PaymentServer.components.exes."PaymentServer-exe" -A PaymentServer.components.exes."PaymentServer-exe"
...@@ -81,8 +81,8 @@ jobs: ...@@ -81,8 +81,8 @@ jobs:
name: "Building Tests" name: "Building Tests"
command: | command: |
nix-build \ nix-build \
"${EXTRA_SUBSTITUTERS}" \ ${EXTRA_SUBSTITUTERS} \
"${EXTRA_TRUSTED_PUBLIC_KEYS}" \ ${EXTRA_TRUSTED_PUBLIC_KEYS} \
-j 4 \ -j 4 \
./nix/ \ ./nix/ \
-A PaymentServer.components.tests."PaymentServer-tests" -A PaymentServer.components.tests."PaymentServer-tests"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment