From a3be4c3951d0f959aec73f0b3eb7e70784f14519 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 15 Mar 2021 11:57:15 +0100 Subject: [PATCH] Fix drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a488ce7..825aa8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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