fix drone dependencies

This commit is contained in:
Robert Kaussow 2020-08-18 15:12:23 +02:00
parent 9b49b3881a
commit 8e7c7c3091
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ local PipelineBuild = {
}, },
], ],
depends_on: [ depends_on: [
'security', 'test',
], ],
trigger: { trigger: {
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'], ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],

View File

@ -141,7 +141,7 @@ trigger:
- refs/pull/** - refs/pull/**
depends_on: depends_on:
- security - test
--- ---
kind: pipeline kind: pipeline
@ -178,6 +178,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 4521a2c60992b46f1bf8ac0400420d6259c7de4fbd3dfec9ee59cacc8cde1ee4 hmac: f728f834fa3270eff37fb2d41584e151e8d247f06a8fe11aea2db9886a68dd80
... ...