Fix: yaml syntax
This commit is contained in:
parent
a8550712fe
commit
e1332e5e4e
@ -11,7 +11,7 @@ steps:
|
|||||||
- name: build-and-publish
|
- name: build-and-publish
|
||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- echo "Tag: ${DRONE_TAG}"
|
- echo ${DRONE_TAG}
|
||||||
- sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml
|
- sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml
|
||||||
- curl -sSL https://install.python-poetry.org | python3 -
|
- curl -sSL https://install.python-poetry.org | python3 -
|
||||||
- export PATH="/root/.local/bin:$PATH"
|
- export PATH="/root/.local/bin:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user