From 4c06a3c8c43abfc7ccb7d77c690530e9cd70aec3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 6 Dec 2020 17:09:21 +0100 Subject: [PATCH] remove fork option --- .drone.jsonnet | 1 - .drone.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 159f374..8993dbc 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -135,7 +135,6 @@ local PipelineDocumentation = { name: 'trigger', image: 'plugins/downstream', settings: { - fork: true, repositories: [ 'ansible/galaxy', ], diff --git a/.drone.yml b/.drone.yml index f172e01..ce51b0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -152,7 +152,6 @@ steps: - name: trigger image: plugins/downstream settings: - fork: true repositories: - ansible/galaxy server: https://drone.rknet.org @@ -202,6 +201,6 @@ depends_on: --- kind: signature -hmac: 24ce99172b7a85039bf48ffba1ddd971e068c4aa539a235e8414277aa7945d04 +hmac: 28a98af2d74cee5fcf94a4e0adec9ac37814d26de37862a0a4e586485a187a54 ...