mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-21 15:57:49 +00:00
Skip component updates
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
9ab640b2be
commit
cfe0d5d07e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user