Remove Ubuntu 20.10 test stage as 20.10 (groovy) has been removed from Ubuntu's official repos

This commit is contained in:
Adam Honse 2021-12-24 04:01:05 -06:00
parent 6bdc9bae4a
commit f093a66057

View file

@ -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 #
#-----------------------------------------------------------------------#