From e14051fa654d14b777632b02f83d8b20c0215095 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 7 Feb 2022 20:58:31 +0100 Subject: [PATCH] Update python and build path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e2106d1..15070fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,11 +5,11 @@ name: default volumes: - name: build host: - path: /home/citadel/build/ + path: /home/citadel/data/citadel/bin/ steps: - name: Build - image: python:3.9 + image: python:3.10 commands: - apt-get update - apt-get -y install python3-systemd libsystemd-dev