fix env vars

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

View File

@ -14,7 +14,7 @@ steps:
- poetry install
- poetry run yapf -dr ./gitbatch
environment:
PY_COLORS: 1
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.11
@ -24,4 +24,4 @@ steps:
- poetry install
- poetry run ruff ./gitbatch
environment:
PY_COLORS: 1
PY_COLORS: "1"

View File

@ -27,4 +27,4 @@ steps:
- poetry version
- poetry run git-batch --help
environment:
PY_COLORS: 1
PY_COLORS: "1"