remove docs downstream trigger as this doesnt work well for mass updates
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-10-01 16:47:37 +02:00
parent c041f3b0e1
commit 38bd3646eb
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 29 deletions

View File

@ -88,21 +88,6 @@ local PipelineDocumentation = {
ref: ['refs/heads/master'],
},
},
{
name: 'trigger',
image: 'plugins/downstream',
settings: {
server: 'https://drone.rknet.org',
token: { from_secret: 'drone_token' },
fork: true,
repositories: [
'ansible/galaxy',
],
},
when: {
ref: ['refs/heads/master'],
},
},
],
trigger: {
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],

View File

@ -116,19 +116,6 @@ steps:
ref:
- refs/heads/master
- name: trigger
image: plugins/downstream
settings:
fork: true
repositories:
- ansible/galaxy
server: https://drone.rknet.org
token:
from_secret: drone_token
when:
ref:
- refs/heads/master
trigger:
ref:
- refs/heads/master
@ -177,6 +164,6 @@ depends_on:
---
kind: signature
hmac: 284feceb743afe4993887a1c61a98fbdc5cde09de657513db8db4550221def2f
hmac: 6c11395970b9609be88bdd8639cfe472a243fce080157b2b98a1c4f9a201141b
...