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 495ba41fac
commit bce4ddb1e4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -125,7 +125,7 @@ steps:
settings:
fork: true
repositories:
- ansible/ansible-galaxy
- ansible/galaxy
server: https://drone.rknet.org
token:
from_secret: drone_token
@ -181,6 +181,6 @@ depends_on:
---
kind: signature
hmac: fdf016d66da532353bb204c89250b5d784078f88c73b9ebba5e860f9420d95fc
hmac: 6bd7198a4cd85a5f09a56e89c081cc685cb0e1e5d79a51e48174844b8ae898b7
...