From f093a66057c5e6a4be296607c4bec68321730f99 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 24 Dec 2021 04:01:05 -0600 Subject: [PATCH] Remove Ubuntu 20.10 test stage as 20.10 (groovy) has been removed from Ubuntu's official repos --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c975a29d6..544c3eaf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -332,23 +332,6 @@ before_script: needs: - "Linux 64 deb" -#-----------------------------------------------------------------------# -# Ubuntu 64 20.10 test # -#-----------------------------------------------------------------------# -"Ubuntu 64 20.10": - image: ubuntu:groovy - stage: test - script: - - apt update - - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb - - openrgb --version - - openrgb -l - - apt remove -y openrgb - dependencies: - - "Linux 64 deb" - needs: - - "Linux 64 deb" - #-----------------------------------------------------------------------# # Mint 64 20.1 test # #-----------------------------------------------------------------------#