remove docs downstream trigger as this doesnt work well for mass updates
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1f1653ca0b
commit
b0c2532626
@ -88,21 +88,6 @@ local PipelineDocumentation = {
|
|||||||
ref: ['refs/heads/master'],
|
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: {
|
trigger: {
|
||||||
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],
|
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],
|
||||||
|
15
.drone.yml
15
.drone.yml
@ -84,19 +84,6 @@ steps:
|
|||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- 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:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
@ -144,6 +131,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: bbaafae6ca19e6043bc256c0354a404f3225bdd75a41578e19ae0b2cdf491bf8
|
hmac: 5ade154906ae9f80a8bd082d6c722e5394c84173b9ce016020411680a2fc3094
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user