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 3efc1532c7
commit b0c7c0a8df
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: afad263c37c1622d9f685043c0dd8c1e33d922fbb70bbf75c471cd4a035de936
hmac: ab6a42a4d75dda40887e9bc2206931cb6536bcecfb791bd569ae3d4c991d1c12
...