fix verify step in .drone.yml
Some checks failed
continuous-integration/drone/tag Build was killed

This commit is contained in:
2022-05-05 18:10:52 +01:00
parent 8f90b9ff41
commit bfff7fd7fe

View File

@@ -31,7 +31,7 @@ steps:
commands:
- exa/target/x86_64-unknown-linux-gnu/release/exa --long
- lines=$(exa/target/x86_64-unknown-linux-gnu/release/exa --long | wc -l)
- if test $lines -ne 4; then exit 1; fi
- if test $lines -ne 5; then exit 1; fi
- name: build slackware package
image: vbatts/slackware:14.2
commands: