mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +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[@]}
|
targets=${all[@]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Skip component updates on release branches
|
||||||
|
SKIP_UPDATE_COMPONENTS=yes
|
||||||
if [[ x"${SKIP_UPDATE_COMPONENTS}" != x"yes" ]]; then
|
if [[ x"${SKIP_UPDATE_COMPONENTS}" != x"yes" ]]; then
|
||||||
echo "Updating components"
|
echo "Updating components"
|
||||||
"${SCRIPTS_DIR}/update-components.sh"
|
"${SCRIPTS_DIR}/update-components.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user