jenkins-common.sh: open5gs-latest does not require debian-bullseye-build

We're not *building* anything for the open5gs-latest, but simply
downloading and installing DEBs from Sukchan's opensuse.org repo.

Change-Id: Iec7ccab28c37d274a731e08a2f893ec0514c1068
Fixes: 62ac21133a
This commit is contained in:
Vadim Yanitskiy 2023-02-08 02:50:32 +07:00
parent 46e4362ae2
commit 4a2d9d1c0c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ docker_depends() {
osmo-*-centos8) echo "centos8-build" ;;
osmo-*-latest) echo "debian-bullseye-obs-latest" ;;
osmo-*) echo "debian-bullseye-build" ;;
open5gs-*) echo "debian-bullseye-build" ;;
open5gs-master) echo "debian-bullseye-build" ;;
ttcn3-*) echo "debian-bullseye-titan" ;;
esac
}