Skip to content

Commit 329fce6

Browse files
authored
Merge pull request #2100 from k8s-infra-cherrypick-robot/cherry-pick-2099-to-release-1.26
[release-1.26] Revert "fix: ignore specific blobfuse version install failure"
2 parents 25cbddf + 903b687 commit 329fce6

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
@@ -83,7 +83,7 @@ then
8383
fi
8484

8585
echo "begin to install ${pkg_list}"
86-
$HOST_CMD apt-get install -y $pkg_list || true
86+
$HOST_CMD apt-get install -y $pkg_list
8787
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
8888
fi
8989

0 commit comments

Comments
 (0)