mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-01 02:20:39 +00:00
fix ci test pipeline dependency
This commit is contained in:
parent
13ffd3450c
commit
49fcc0ab28
@ -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',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
10
.drone.yml
10
.drone.yml
@ -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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user