Skip to content

Commit cfe0d5d

Browse files
committed
Skip component updates
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 9ab640b commit cfe0d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ else
3131
targets=${all[@]}
3232
fi
3333

34+
# Skip component updates on release branches
35+
SKIP_UPDATE_COMPONENTS=yes
3436
if [[ x"${SKIP_UPDATE_COMPONENTS}" != x"yes" ]]; then
3537
echo "Updating components"
3638
"${SCRIPTS_DIR}/update-components.sh"

0 commit comments

Comments
 (0)