diff options
author | Zhenya Vinogradov | 2021-03-22 11:26:00 +0300 |
---|---|---|
committer | Zhenya Vinogradov | 2021-03-22 12:51:09 +0300 |
commit | 03d9f670ecbc165788a0ba416b6ee54c403b5034 (patch) | |
tree | 010103d59f977b5b11fdf2a17617a39d263ea62b | |
parent | 6278b9bef5ad624676a565980417cbbef42d5227 (diff) |
CI: print full logs for `nix flake check`
Without '-L' nix only prints logs on failure, and only the last 10
lines of them
-rw-r--r-- | .buildkite/pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e711ae5..5bbe329 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,4 +5,4 @@ steps: - label: Check Nix flake commands: - - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check' + - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check -L' |