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

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

View File

@ -54,21 +54,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

@ -52,19 +52,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
@ -112,6 +99,6 @@ depends_on:
---
kind: signature
hmac: 7632a1285235697f3037fd42dc4ba48fe9a6630e12beed49f21bc7cb196e0a78
hmac: f2bf2d0a3d0fe97259cb32556d4b778f5b6a40a94df3e03b762c9ce19111df70
...