Skip to content

Commit faa3aac

Browse files
authored
Merge pull request #1511 from k8s-infra-cherrypick-robot/cherry-pick-1508-to-release-1.24
[release-1.24] fix: ignore specific blobfuse version install failure
2 parents d68e7a2 + 979f7a4 commit faa3aac

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)