Skip to content

Commit 9199088

Browse files
committed
Add pipefail option to install script
For better error handling Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 46777e2 commit 9199088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ download_and_install_wheel() {
7474
}
7575

7676
main() {
77-
set -e
77+
set -eu -o pipefail
7878

7979
local repo_owner="vllm-project"
8080
local repo_name="vllm-metal"

0 commit comments

Comments
 (0)