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:34 +02:00
parent 11045631bb
commit 537244079d
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: ec097e651ebf1230069a7333257953944663b5162ab4cb61a9f4a31dc2044d48
hmac: 6496fde9d86986a398dff4858c1fbb823b8dbb49456f7b0a0c297014be47783a
...