From 4884b120d4b124a553aab5204899a816429b1010 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 May 2020 23:01:26 +0200 Subject: [PATCH] fix downstream repo --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 22d7062..f87c22c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -98,7 +98,7 @@ local PipelineDocumentation = { token: { from_secret: 'drone_token' }, fork: true, repositories: [ - 'ansible/ansible-galaxy', + 'ansible/galaxy', ], }, when: { diff --git a/.drone.yml b/.drone.yml index e67b004..cb0818f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: 8addab71d0f4cf4ce05f890d82bc7067b84658474136c85bb5d5f25832c86149 +hmac: b52dc0b590614dcdcbdacc1c36364148a605cf36a9fc3b8c06041b9642773770 ...