Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
xuu 2023-05-29 10:56:01 -06:00
parent a8c7b51518
commit 84f95c1dcd

View File

@ -30,7 +30,7 @@ steps:
- name: compress - name: compress
image: gruebel/upx:latest image: gruebel/upx:latest
commands: commands:
- upx --best --lzma -o ev build/ev - upx --best --lzma -o .ansible/ev build/ev
- name: deploy - name: deploy
image: plugins/ansible:3 image: plugins/ansible:3