summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-12-01 13:55:59 -0500
committerDave Wallace <dwallacelf@gmail.com>2021-12-01 13:55:59 -0500
commitea90c1b8f51c6d937e32f35309e8ed3eb0069771 (patch)
tree8acc3497f6c327cd916da5f7d95795c375ed8c9f /docker
parentca254920e93372c9a5e7ae2b33bc94f7146a9202 (diff)
Remove VPP master branch from ubuntu-18.04 executor.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I92aea8725dcd00f90c61025673792048e06934ca
Diffstat (limited to 'docker')
-rw-r--r--docker/scripts/lib_vpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh
index 491b75f5..12e5abd1 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