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 9e28b0c45d
commit 916de510eb
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: c2c89f670672440c76c59aef1fc52e4a89d0e9ac19e449eaaaf058d99a035bb9
hmac: 6dce048ad560a4365cb1ba960ac65ee5f909ab4d147c65a9c28d233644ec65f1
...