fix env vars

This commit is contained in:
Robert Kaussow 2023-08-22 21:19:32 +02:00
parent 5f142182b0
commit f0adf27975
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 18 additions and 18 deletions

View File

@ -16,12 +16,12 @@ steps:
environment:
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.11
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry run ruff ./gitbatch
environment:
PY_COLORS: "1"
# check-coding:
# image: docker.io/library/python:3.11
# commands:
# - git fetch -tq
# - pip install poetry poetry-dynamic-versioning -qq
# - poetry install
# - poetry run ruff ./gitbatch
# environment:
# PY_COLORS: "1"

View File

@ -19,12 +19,12 @@ steps:
commands:
- git fetch -tq
pytest:
image: docker.io/library/python:${PYTHON_VERSION}
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry version
- poetry run git-batch --help
environment:
PY_COLORS: "1"
# pytest:
# image: docker.io/library/python:${PYTHON_VERSION}
# commands:
# - pip install poetry poetry-dynamic-versioning -qq
# - poetry install
# - poetry version
# - poetry run git-batch --help
# environment:
# PY_COLORS: "1"