From: Jackie Huang Date: Sat, 26 Nov 2022 14:26:51 +0000 (+0800) Subject: build_inf_centos.sh: update the branch for g-release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a97b12e4057e28de4f2822988f1af17fff1edcc9;p=pti%2Frtp.git build_inf_centos.sh: update the branch for g-release Issue-ID: INF-284 Signed-off-by: Jackie Huang Change-Id: I56ff31e20e9f5d76168a54805863ff65de7f563c --- diff --git a/scripts/build_inf_centos/build_inf_centos.sh b/scripts/build_inf_centos/build_inf_centos.sh index 59b7ac1..19997ad 100755 --- a/scripts/build_inf_centos/build_inf_centos.sh +++ b/scripts/build_inf_centos/build_inf_centos.sh @@ -21,7 +21,7 @@ set -e -o pipefail # Variables ######################################################################### -SRC_ORAN_BRANCH="master" +SRC_ORAN_BRANCH="g-release" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"