From e1332e5e4e3061cb0fc48ba6024c7d2937c179c3 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 27 Jun 2023 11:59:40 +0200 Subject: [PATCH] Fix: yaml syntax --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ebdec72..ad65450 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: build-and-publish image: python:3.11 commands: - - echo "Tag: ${DRONE_TAG}" + - echo ${DRONE_TAG} - sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml - curl -sSL https://install.python-poetry.org | python3 - - export PATH="/root/.local/bin:$PATH"