ci(debug): print PATH
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Luca 2023-12-14 01:41:58 +01:00
parent 61e88970d6
commit c8885a525b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ steps:
commands: commands:
- &path - &path
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH" export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
- echo $$PATH
- which pip - which pip
- pip install black flake8 isort poetry - pip install black flake8 isort poetry