Drop a debugging line from the Buildkite pipeline

This commit is contained in:
Mark Karpov 2020-02-11 11:59:26 +01:00
parent 5f5a70655a
commit ba381734f3
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -2,7 +2,6 @@ steps:
- label: Build and test
command: |
nix-build --keep-going --no-out-link
echo $NIX_PATH
./format.sh
git diff --exit-code --color=always
timeout: 100