From b6af69cd50457e1339591ffba361e8115eeb7efa Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 24 Jul 2022 16:47:58 -0500 Subject: [PATCH] Remove Ubuntu 21.10 test --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1f1e0d2..d62e2f83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -452,23 +452,6 @@ before_script: needs: - "Linux 64 .deb (Debian Buster)" -#-----------------------------------------------------------------------# -# Ubuntu 64 21.10 test # -#-----------------------------------------------------------------------# -"Ubuntu 64 21.10": - image: ubuntu:impish - 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 (Debian Bullseye)" - needs: - - "Linux 64 .deb (Debian Bullseye)" - #-----------------------------------------------------------------------# # Ubuntu 64 22.04 test # #-----------------------------------------------------------------------#