fix permissions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolas Duhamel 2022-02-07 17:46:12 +01:00
parent 5f1d6888f0
commit 1604b07055

View File

@ -23,6 +23,7 @@ steps:
path: /build path: /build
commands: commands:
- cp ./yamaha2mqtt.pex /build/yamaha2mqtt - cp ./yamaha2mqtt.pex /build/yamaha2mqtt
- chown 1000:1000 /build/yamaha2mqtt
when: when:
branch: branch:
- master - master