remove downstream trigger
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-06 17:44:59 +01:00
parent b058ec694f
commit 742aed260a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 23 deletions

View File

@ -131,19 +131,6 @@ local PipelineDocumentation = {
},
},
},
{
name: 'trigger',
image: 'plugins/downstream',
settings: {
repositories: [
'ansible/galaxy',
],
server: 'https://drone.rknet.org/',
token: {
from_secret: 'drone_token',
},
},
},
],
depends_on: [
'build',

View File

@ -149,15 +149,6 @@ steps:
username:
from_secret: gitea_username
- name: trigger
image: plugins/downstream
settings:
repositories:
- ansible/galaxy
server: https://drone.rknet.org/
token:
from_secret: drone_token
trigger:
ref:
- refs/heads/master
@ -201,6 +192,6 @@ depends_on:
---
kind: signature
hmac: 1ce5f5774c43ac190b5c2f4fe6b92ac11f97db41c327caede4e8dc4c0ff12081
hmac: 183bee0f94387357e4cb3c1f4c38c47e0b12318e3ed0cbde2637c36dea06e38e
...