Fix drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolas Duhamel 2021-03-15 11:57:15 +01:00
parent d58232452e
commit a3be4c3951

View File

@ -7,6 +7,7 @@ steps:
image: python
commands:
- pip install pex
- pip install .
- pex ./ -m citadel.devices -o devices.pex
- name: Deploy
image: appleboy/drone-scp