mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
fix poetry commands in ci pipelines
This commit is contained in:
parent
d8566bec2f
commit
044027313f
@ -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',
|
||||||
|
22
.drone.yml
22
.drone.yml
@ -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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user