diff --git a/.drone.yml b/.drone.yml index d846392..be6a72d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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