1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 15:36:40 +00:00

default to Debian 10 (#470)

Files master is no longer published for Debian 9, which makes the test fail

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-11-04 10:54:53 +01:00 committed by GitHub
parent ef98cc1ce7
commit e7c5d10753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ trap finish EXIT
source base/create-kopano-repo.sh
component=${1:-core}
distribution=${2:-Debian_9.0}
distribution=${2:-Debian_10}
channel=${3:-community}
branch=${4:-""}