fix pipeline dependencies

This commit is contained in:
Robert Kaussow 2020-11-15 21:55:08 +01:00
parent c34d12ab98
commit d8566bec2f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 3 deletions

View File

@ -71,11 +71,12 @@ local PipelineTest = {
'python36-pytest', 'python36-pytest',
'python37-pytest', 'python37-pytest',
'python38-pytest', 'python38-pytest',
'python39-pytest',
], ],
}, },
], ],
depends_on: [ depends_on: [
'dependencies', 'lint',
], ],
trigger: { trigger: {
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'], ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],

View File

@ -110,6 +110,7 @@ steps:
- python36-pytest - python36-pytest
- python37-pytest - python37-pytest
- python38-pytest - python38-pytest
- python39-pytest
trigger: trigger:
ref: ref:
@ -118,7 +119,7 @@ trigger:
- refs/pull/** - refs/pull/**
depends_on: depends_on:
- dependencies - lint
--- ---
kind: pipeline kind: pipeline
@ -616,6 +617,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: de4f69305a1dcd9e48b983fb4e6dd38569e363e81dc62cb2d1a61c7b255b5ae3 hmac: 546c9afb5d0df097c4a2f2153cc15b75dd5b18dc5565efd86e50189e3dd89282
... ...