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