No need to export $outs
It actually hid the error code
This commit is contained in:
parent
e5582ab908
commit
9e607a0772
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ install:
|
||||||
- if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
|
- if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export outs=$(nix-build non-broken.nix)
|
- outs=$(nix-build non-broken.nix)
|
||||||
- echo Produced $outs
|
- echo Produced $outs
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue