From: Cédric Ollivier Date: Thu, 4 May 2023 16:13:15 +0000 (+0200) Subject: Fix default branch value in build.sh X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d9d6179a483656bfc8993f56d4d486d669d9e103;p=functest-xtesting.git Fix default branch value in build.sh Change-Id: I3ec67f2b985397ccb08877152f188907012a69b4 Signed-off-by: Cédric Ollivier --- diff --git a/build.sh b/build.sh index 04128ee4..fc1749b3 100644 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ amd64_dirs=${amd64_dirs-"\ docker/core"} arm_dirs=${arm_dirs-${amd64_dirs}} arm64_dirs=${arm64_dirs-${amd64_dirs}} -tag=${BRANCH:-stable/yoga} +tag=${BRANCH:-stable/zed} image="xtesting" build_opts=(--pull=true --no-cache --force-rm=true)