repo-install-test: rename 'debian' to 'debian9'

Related: OS#4969
Depends: docker-playground I2ea18997019ebaa013c258996f5131386bcd6426
Change-Id: Iaa2202cca4072b4dc0309e011aba6cb33ed5b8aa
This commit is contained in:
Oliver Smith 2021-01-22 10:42:44 +01:00
parent 6786c2615c
commit 137d39c764
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
jobs:
- Osmocom-repo-install-{distro}
distro:
- debian:
- debian9:
feeds: !!python/tuple [nightly, latest]
- centos8:
feeds: !!python/tuple [next, nightly]

View File

@ -11,7 +11,7 @@
DISTRO="$1"
DISTROS="
centos8
debian
debian9
"
check_usage() {

View File

@ -42,7 +42,7 @@ distro_obsdir() {
centos8)
echo "CentOS_8"
;;
debian)
debian9)
echo "Debian_9.0"
;;
*)