From 3f7b2b6fbaf5712fc549a7fa4f667a45a2700e33 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 3 May 2023 14:36:27 +1000 Subject: Chore: Update global-jjb to the latest v0.86.1 - Pull in "Refactor!: JJB code to comply with v5.x" Change-Id: Ieabc972d17074245465649cf819204c7afe66e24 Signed-off-by: Anil Belur --- extras/bash/sandbox_test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh index 3993069e1..c4145675c 100644 --- a/extras/bash/sandbox_test_functions.sh +++ b/extras/bash/sandbox_test_functions.sh @@ -29,7 +29,7 @@ jjb-sandbox-env() { - local jjb_version=${JJB_VERSION:-"4.1.0"} + local jjb_version=${JJB_VERSION:-"5.0.2"} if [ -z "$WS_ROOT" ] ; then echo "ERROR: WS_ROOT is not set!" -- cgit 1.2.3-korg