No need to export $outs

It actually hid the error code
This commit is contained in:
Francesco Gazzetta 2018-07-16 14:52:56 +02:00
parent e5582ab908
commit 9e607a0772

View file

@ -14,7 +14,7 @@ install:
- if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
script:
- export outs=$(nix-build non-broken.nix)
- outs=$(nix-build non-broken.nix)
- echo Produced $outs
after_success: