From cdfd7e61937dd342ab1d0aef7f6c91b021eb0e0c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 2 Nov 2022 15:12:41 +1300 Subject: [PATCH] Remove centos8 --- .drone.jsonnet | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 196dff8..d2c81aa 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,6 +1,5 @@ // Distros to Test on ;) local distros = ['centos7', - 'centos8', 'rockylinux8', 'debian10', 'debian11']; @@ -69,7 +68,6 @@ local gen_pipeline(distro) = // Generate the output [ gen_pipeline('centos7'), - gen_pipeline('centos8'), gen_pipeline('rockylinux8'), gen_pipeline('debian10'), gen_pipeline('debian11'),