fix downstream repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-05-25 23:01:26 +02:00
parent a96bd7cadc
commit 87cdb51909
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: 44ddbd55381319c0f9daf8ac46e53d1b202866df55f157f8e289802306b5c5e9
hmac: 3906ffb8b9e87a2c7446ba177d26413a490ef894ea941c1cf1660255318a07ff
...