ci: use help instead of version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a42ec40e54
commit
138b339e12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue