diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:33:47 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:33:47 +0300 |
commit | e94ef48ee712f538eef89d400ec03b55a833bcb7 (patch) | |
tree | 3f8bb72aa5bf7cfd57df01d698689e9ee7d6663a | |
parent | test (diff) |
meh
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |