From f132adcec480d6117845b5b8aa9d8dade12d80ad Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 14 Dec 2023 01:51:01 +0100 Subject: [PATCH] ci: let shell substitute DRONE_WORKSPACE --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c3148a8..a0cbb9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: image: python:3.11-alpine commands: - &path - export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH" + export PATH="$$DRONE_WORKSPACE/.venv/bin:$$PATH" - echo $$PATH - which pip - pip install black flake8 isort poetry