From 544cc3aa53b38a67c7082af2085d98bb6fc615e2 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 9 Jun 2023 22:28:30 +0200 Subject: [PATCH] update drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4a5fa56..5fa32a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: commands: - pip install -r requirements.txt - pip install nuitka + - apk add build-base - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe" - name: gitea_release image: plugins/gitea-release