Merge pull request #4758 from ivaradi/impish_kinetic

Remove Ubuntu Impish, add Kinetic
This commit is contained in:
Matthieu Gallien 2022-07-22 09:39:39 +02:00 committed by GitHub
commit 384530aaf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,10 @@ OBS_PROJECT_BETA=home:ivaradi:beta
OBS_PACKAGE=nextcloud-desktop OBS_PACKAGE=nextcloud-desktop
if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
UBUNTU_DISTRIBUTIONS="bionic focal impish jammy" UBUNTU_DISTRIBUTIONS="bionic focal jammy kinetic"
DEBIAN_DISTRIBUTIONS="buster stretch testing" DEBIAN_DISTRIBUTIONS="buster stretch testing"
else else
UBUNTU_DISTRIBUTIONS="focal impish jammy" UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
DEBIAN_DISTRIBUTIONS="testing" DEBIAN_DISTRIBUTIONS="testing"
fi fi