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 073ea6ad05
commit 78e066c830
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -57,7 +57,7 @@ steps:
settings:
fork: true
repositories:
- ansible/ansible-galaxy
- ansible/galaxy
server: https://drone.rknet.org
token:
from_secret: drone_token
@ -112,6 +112,6 @@ depends_on:
---
kind: signature
hmac: 8a982fa72d9de94831d82c2c4bd17ceab5114a9d912a933818333791e8194cf7
hmac: 1e29ed03dc34b804155ce12b51c4da206ad48835fe05298196e03f941f4832cf
...