about summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac6183b..168fac6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,8 @@ check:
 cachix:
   stage: cachix
   script:
-    - nix build --show-trace --json |
+    - set -o pipefail
+    - nix build --print-build-logs --show-trace --json |
       nix shell nixpkgs#jq
       --command jq -r '.[].outputs | to_entries[].value' |
       nix shell nixpkgs#cachix

Consider giving Nix/NixOS a try! <3