diff --git a/.drone.yml b/.drone.yml index 06b4be8..b13ecba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - apt-get update && apt-get install -y cmake g++ - shards install - shards build --production --static - - strip /_cache/bin + - strip bin/docmachine - mkdir -p /_cache/bin - cp -r bin/docmachine /_cache/bin