From 5253bc224e79d1cd939be2d9825999d33bc11833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 30 Aug 2023 20:58:47 +0200 Subject: [PATCH] build: Fail when step fails --- rust/build-container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/build-container.sh b/rust/build-container.sh index 6b387a8..d7058c4 100755 --- a/rust/build-container.sh +++ b/rust/build-container.sh @@ -2,6 +2,7 @@ set -o nounset set -o pipefail +set -o errexit rustup target add x86_64-unknown-linux-musl