Skip component updates

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2024-01-17 23:06:49 +01:00
parent 9ab640b2be
commit cfe0d5d07e

View File

@ -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"