From 0be7d3871686f6484cb6a7df858765085bddd7b2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 25 Jan 2020 17:48:54 +0100 Subject: [PATCH] add missing pipeline deps --- .drone.jsonnet | 1 + .drone.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 3e77a73..fad6a3c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -112,6 +112,7 @@ local PipelineDocumentation = { }, depends_on: [ 'testing-centos7', + 'testing-centos8', ], }; diff --git a/.drone.yml b/.drone.yml index 76a5e9a..4ccf765 100644 --- a/.drone.yml +++ b/.drone.yml @@ -143,6 +143,7 @@ trigger: depends_on: - testing-centos7 +- testing-centos8 --- kind: pipeline @@ -182,6 +183,6 @@ depends_on: --- kind: signature -hmac: 0f9bfc6e4f4ef03ebdc4fbe088559245ca33aeaa1e58368dffdf7673a7ba0f84 +hmac: 6a2c289300ddc3812a401de04fc0afd50cd89552036674fc5037d6651de7c05d ...