diff options
author | 2021-12-02 06:58:32 +0000 | |
---|---|---|
committer | 2021-12-02 06:58:32 +0000 | |
commit | fcdedefb2a1a0e0c3714e8a2555982ede0f6370c (patch) | |
tree | 26529d9ed4ac24e1490000ee4165e6525fb56241 | |
parent | 021496a9d543987ddaffe9bd4e819c1f2d7c493c (diff) | |
parent | ea90c1b8f51c6d937e32f35309e8ed3eb0069771 (diff) |
Merge "Remove VPP master branch from ubuntu-18.04 executor."
-rw-r--r-- | docker/scripts/lib_vpp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |