ci: use help instead of version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-05-31 16:48:09 +02:00
parent a42ec40e54
commit 138b339e12

View file

@ -23,7 +23,7 @@ steps:
- shards install
- shards build --production --static
- strip bin/docmachine
- ./bin/docmachine --version
- ./bin/docmachine --help
- mkdir -p /_cache/bin
- cp -r bin/docmachine /_cache/bin/$PACKAGE_BASENAME