From ea90c1b8f51c6d937e32f35309e8ed3eb0069771 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 1 Dec 2021 13:55:59 -0500 Subject: [PATCH] Remove VPP master branch from ubuntu-18.04 executor. Signed-off-by: Dave Wallace Change-Id: I92aea8725dcd00f90c61025673792048e06934ca --- docker/scripts/lib_vpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 491b75f57..12e5abd10 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -101,6 +101,6 @@ docker_build_setup_vpp() { declare -A VPP_BRANCHES VPP_BRANCHES["centos-8"]="stable/2106 stable/2110 master" VPP_BRANCHES["debian-10"]="stable/2106 stable/2110 master" -VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110 master" +VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110" VPP_BRANCHES["ubuntu-20.04"]="stable/2106 stable/2110 master" export VPP_BRANCHES -- 2.16.6