mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +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',
|
||||
],
|
||||
depends_on: [
|
||||
'clone',
|
||||
'fetch',
|
||||
],
|
||||
};
|
||||
|
||||
|
10
.drone.yml
10
.drone.yml
@ -51,7 +51,7 @@ steps:
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
- clone
|
||||
- fetch
|
||||
|
||||
- name: python37-pytest
|
||||
image: python:3.7
|
||||
@ -64,7 +64,7 @@ steps:
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
- clone
|
||||
- fetch
|
||||
|
||||
- name: python38-pytest
|
||||
image: python:3.8
|
||||
@ -77,7 +77,7 @@ steps:
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
- clone
|
||||
- fetch
|
||||
|
||||
- name: python39-pytest
|
||||
image: python:3.9
|
||||
@ -90,7 +90,7 @@ steps:
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
- clone
|
||||
- fetch
|
||||
|
||||
- name: codecov
|
||||
image: python:3.9
|
||||
@ -664,6 +664,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: ec746347e8432fc5cf3c2212db67ac15975ab6d9e7c8a4e2311ae0094d00c549
|
||||
hmac: a0359634cfee80fd2397e1dbe50eae5be373194110c5f164b03e1524723a3f5f
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user