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:32 +02:00
parent 532cb95db1
commit 293a8d43ac
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

@ -84,19 +84,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
@ -144,6 +131,6 @@ depends_on:
---
kind: signature
hmac: d80a3069b907877aa08c2e559ff1a98d99c02f99a17b4c6da9d99dce10e0f9cf
hmac: c460b683f7cce8eb5d8daabf7e814d51cf6f3d85c3667facf379baffbf62aca4
...