fix poetry commands in ci pipelines

This commit is contained in:
Robert Kaussow 2020-11-15 22:06:32 +01:00
parent d8566bec2f
commit 044027313f
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 13 additions and 13 deletions

View File

@ -8,8 +8,8 @@ local PythonVersion(pyversion='3.5') = {
'pip install poetry -qq', 'pip install poetry -qq',
'poetry install -q', 'poetry install -q',
'poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail', 'poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail',
'poetry docker-tidy --help', 'poetry version',
'poetry docker-tidy --version', 'poetry run docker-tidy --help',
], ],
depends_on: [ depends_on: [
'clone', 'clone',

View File

@ -37,8 +37,8 @@ steps:
- pip install poetry -qq - pip install poetry -qq
- poetry install -q - poetry install -q
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry docker-tidy --help - poetry version
- poetry docker-tidy --version - poetry run docker-tidy --help
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
@ -50,8 +50,8 @@ steps:
- pip install poetry -qq - pip install poetry -qq
- poetry install -q - poetry install -q
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry docker-tidy --help - poetry version
- poetry docker-tidy --version - poetry run docker-tidy --help
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
@ -63,8 +63,8 @@ steps:
- pip install poetry -qq - pip install poetry -qq
- poetry install -q - poetry install -q
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry docker-tidy --help - poetry version
- poetry docker-tidy --version - poetry run docker-tidy --help
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
@ -76,8 +76,8 @@ steps:
- pip install poetry -qq - pip install poetry -qq
- poetry install -q - poetry install -q
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry docker-tidy --help - poetry version
- poetry docker-tidy --version - poetry run docker-tidy --help
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
@ -89,8 +89,8 @@ steps:
- pip install poetry -qq - pip install poetry -qq
- poetry install -q - poetry install -q
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry docker-tidy --help - poetry version
- poetry docker-tidy --version - poetry run docker-tidy --help
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
@ -617,6 +617,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 546c9afb5d0df097c4a2f2153cc15b75dd5b18dc5565efd86e50189e3dd89282 hmac: 0cca89c6ee5e4403f8fe70514e96aa7d596b7f0d74994d2e567993ae19c6692f
... ...