File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ LIB_NVIDIA_CONTAINER_REFERENCE=$( git ls-tree $REFERENCE third_party/libnvidia-c
102102LIB_NVIDIA_CONTAINER_VERSION=$( git ls-tree $SHA third_party/libnvidia-container --object-only )
103103
104104echo " "
105- if [[ $( git -C third_party/libnvidia-container log --pretty=format:" %s" $LIB_NVIDIA_CONTAINER_REFERENCE ..$LIB_NVIDIA_CONTAINER_VERSION | grep -Ev " (^Merge )|(^Bump)|(no-rel-?note)|(^---)" | sed ' s/^\(.*\)/- \1/g' | wc -l) -gt 0 ]]; then
105+ if [[ " ${LIB_NVIDIA_CONTAINER_REFERENCE} " != " ${LIB_NVIDIA_CONTAINER_VERSION} " ]] && [[ $( git -C third_party/libnvidia-container log --pretty=format:" %s" $LIB_NVIDIA_CONTAINER_REFERENCE ..$LIB_NVIDIA_CONTAINER_VERSION | grep -Ev " (^Merge )|(^Bump)|(no-rel-?note)|(^---)" | sed ' s/^\(.*\)/- \1/g' | wc -l) -gt 0 ]]; then
106106echo " ### Changes in libnvidia-container"
107107echo " "
108108git -C third_party/libnvidia-container log --pretty=format:" %s" $LIB_NVIDIA_CONTAINER_REFERENCE ..$LIB_NVIDIA_CONTAINER_VERSION | grep -Ev " (^Merge )|(^Bump)|(no-rel-?note)|(^---)" | sed ' s/^\(.*\)/- \1/g'
You can’t perform that action at this time.
0 commit comments