Skip to content

Commit ab81704

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
fix: ignore specific blobfuse version install failure
fix
1 parent 9abb4af commit ab81704

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)