fix ci test pipeline dependency

This commit is contained in:
Robert Kaussow 2020-12-28 17:43:33 +01:00
parent 13ffd3450c
commit 49fcc0ab28
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ local PythonVersion(pyversion='3.5') = {
'poetry run docker-tidy --help', 'poetry run docker-tidy --help',
], ],
depends_on: [ depends_on: [
'clone', 'fetch',
], ],
}; };

View File

@ -51,7 +51,7 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
- clone - fetch
- name: python37-pytest - name: python37-pytest
image: python:3.7 image: python:3.7
@ -64,7 +64,7 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
- clone - fetch
- name: python38-pytest - name: python38-pytest
image: python:3.8 image: python:3.8
@ -77,7 +77,7 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
- clone - fetch
- name: python39-pytest - name: python39-pytest
image: python:3.9 image: python:3.9
@ -90,7 +90,7 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
- clone - fetch
- name: codecov - name: codecov
image: python:3.9 image: python:3.9
@ -664,6 +664,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: ec746347e8432fc5cf3c2212db67ac15975ab6d9e7c8a4e2311ae0094d00c549 hmac: a0359634cfee80fd2397e1dbe50eae5be373194110c5f164b03e1524723a3f5f
... ...