fix downstream repo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-25 23:01:26 +02:00
parent 75b59cbc1a
commit 488298e729
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ local PipelineDocumentation = {
token: { from_secret: 'drone_token' },
fork: true,
repositories: [
'ansible/ansible-galaxy',
'ansible/galaxy',
],
},
when: {

View File

@ -57,7 +57,7 @@ steps:
settings:
fork: true
repositories:
- ansible/ansible-galaxy
- ansible/galaxy
server: https://drone.rknet.org
token:
from_secret: drone_token
@ -112,6 +112,6 @@ depends_on:
---
kind: signature
hmac: 53f7e3f985a0876e8abc38814d76ef9194a2d80d5e10126de2479ee358beba84
hmac: 2a97c65af3b880e478c120981b227e21f24403003eb26aa609e040b13c00d7ba
...