mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-21 11:47:40 +00:00
Merge branch 'update-release-1.13' into 'release-1.13'
Skip updating of components on release-1.13 branch See merge request nvidia/container-toolkit/container-toolkit!405
This commit is contained in:
commit
f13d4402bd
@ -46,14 +46,6 @@ else
|
||||
targets=${all[@]}
|
||||
fi
|
||||
|
||||
echo "Updating components"
|
||||
"${SCRIPTS_DIR}/update-components.sh"
|
||||
if [[ -n $(git status -s third_party) && ${ALLOW_LOCAL_COMPONENT_CHANGES} != "true" ]]; then
|
||||
echo "ERROR: Building with local component changes."
|
||||
echo "Commit pending changes or rerun with ALLOW_LOCAL_COMPONENT_CHANGES='true'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
eval $(${SCRIPTS_DIR}/get-component-versions.sh)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user