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 ab3d57ce5a
commit ed81c15e4e
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

@ -91,7 +91,7 @@ steps:
settings:
fork: true
repositories:
- ansible/ansible-galaxy
- ansible/galaxy
server: https://drone.rknet.org
token:
from_secret: drone_token
@ -146,6 +146,6 @@ depends_on:
---
kind: signature
hmac: 90fc8167f5f89fa4a325fe33365f3dabb42a01fbb85ffb49aa229b2492055c56
hmac: f24e923804b8723649f0427beda617e43728ce23fabf095dd6bc127541c9b779
...