mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 16:50:39 +00:00
fix pipeline deps
This commit is contained in:
parent
e08d62c531
commit
8a194e5883
@ -65,11 +65,11 @@ local PipelineTest = {
|
|||||||
'codecov --required -X gcov',
|
'codecov --required -X gcov',
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
'python27',
|
'python27-pytest',
|
||||||
'python35',
|
'python35-pytest',
|
||||||
'python36',
|
'python36-pytest',
|
||||||
'python37',
|
'python37-pytest',
|
||||||
'python38',
|
'python38-pytest',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
12
.drone.yml
12
.drone.yml
@ -96,11 +96,11 @@ steps:
|
|||||||
from_secret: codecov_token
|
from_secret: codecov_token
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
depends_on:
|
depends_on:
|
||||||
- python27
|
- python27-pytest
|
||||||
- python35
|
- python35-pytest
|
||||||
- python36
|
- python36-pytest
|
||||||
- python37
|
- python37-pytest
|
||||||
- python38
|
- python38-pytest
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
@ -321,6 +321,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2b355bfd9ecdfcdc7ba0786f8c48ff9d4382b56340c1d122a7dac6382b052acf
|
hmac: 1710363bc76f654db7faac64efbf766159c52c4295200e8a6e89dde7148d85f8
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user