use vars when possible

This commit is contained in:
Robert Kaussow 2023-08-24 22:08:49 +02:00
parent 28089aa5dd
commit c8c443b2d5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ steps:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry run yapf -dr ./${CI_REPO_NAME//-}
- poetry run yapf -dr ./${CI_REPO_NAME//-/}
environment:
PY_COLORS: "1"
@ -22,6 +22,6 @@ steps:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry run ruff ./${CI_REPO_NAME//-}
- poetry run ruff ./${CI_REPO_NAME//-/}
environment:
PY_COLORS: "1"