Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorIstván Váradi <ivaradi@varadiistvan.hu>2020-08-21 19:54:56 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2020-08-21 19:54:56 +0300
commitcd303e313d4c7b789912593b8458ebc7fee12cf0 (patch)
tree6bf8989f51f5d496467e56beb1cc89eb9379d8c8 /admin
parent32880507b22c51ea67e20b86f1443629c4ee2b27 (diff)
Do not build for Eoan
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/linux/debian/drone-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh
index 1e45d9909..7b3dcde4b 100755
--- a/admin/linux/debian/drone-build.sh
+++ b/admin/linux/debian/drone-build.sh
@@ -15,10 +15,10 @@ OBS_PROJECT_BETA=home:ivaradi:beta
OBS_PACKAGE=nextcloud-desktop
if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
- UBUNTU_DISTRIBUTIONS="bionic eoan focal groovy"
+ UBUNTU_DISTRIBUTIONS="bionic focal groovy"
DEBIAN_DISTRIBUTIONS="buster stretch testing"
else
- UBUNTU_DISTRIBUTIONS="eoan focal groovy"
+ UBUNTU_DISTRIBUTIONS="focal groovy"
DEBIAN_DISTRIBUTIONS="testing"
fi