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 5198b95948
commit 551822efd1
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: 3dcae10b5d720f294d3af4d77d15072014c96dee6804ab1f03da3b407d8ab4eb
hmac: 47e554fdfca063f7e4b1757753560cce1cb341773713f2e88c428c206f051af7
...