From cfe0d5d07ea8655b0cb4bb69a7709f8760cd9add Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 17 Jan 2024 23:06:49 +0100 Subject: [PATCH] Skip component updates Signed-off-by: Evan Lezar --- scripts/build-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build-packages.sh b/scripts/build-packages.sh index 2e91877b..70f71f04 100755 --- a/scripts/build-packages.sh +++ b/scripts/build-packages.sh @@ -31,6 +31,8 @@ else targets=${all[@]} fi +# Skip component updates on release branches +SKIP_UPDATE_COMPONENTS=yes if [[ x"${SKIP_UPDATE_COMPONENTS}" != x"yes" ]]; then echo "Updating components" "${SCRIPTS_DIR}/update-components.sh"