From ead50983f295941890b2bfa6a0c76f16b0e69db3 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 9 Jun 2023 22:31:20 +0200 Subject: [PATCH] update drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5fa32a9..d2d9e46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ steps: image: python:alpine commands: - pip install -r requirements.txt - - pip install nuitka - apk add build-base + - pip install nuitka - 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