Skip to content

Commit f26c83e

Browse files
authored
Merge pull request #1512 from k8s-infra-cherrypick-robot/cherry-pick-1508-to-release-1.23
[release-1.23] fix: ignore specific blobfuse version install failure
2 parents 9abb4af + ab81704 commit f26c83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ then
7373
fi
7474

7575
echo "begin to install ${pkg_list}"
76-
$HOST_CMD apt-get install -y $pkg_list
76+
$HOST_CMD apt-get install -y $pkg_list || true
7777
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
7878
fi
7979

0 commit comments

Comments
 (0)