From a1be8078a410f68128ef6885d276216271466370 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 bbab85f..669d161 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: 8f85366e087ccd2c32ab7c8604fe40af945a0a4186d6114a73415fee4c39028c +hmac: 3ff0be587780185aaac0bfea27d30016d7cf9b241d1621bd53583ed5d3639a0d ...