remove docs downstream trigger as this doesnt work well for mass updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e4fb679f3b
commit
00df7428b9
@ -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
@ -52,19 +52,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
|
||||||
@ -109,6 +96,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 30d1a092d84074ad5d91df28399083f5b7dca5395267c3a26b64bb0d794a2f07
|
hmac: b26d0a175ddee514ded025bc01390c7bcba5606b4705b45fbd0ba167ae1555c2
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user