From 32f501cfb41abc789823014070e719f400595d43 Mon Sep 17 00:00:00 2001 From: ayodeawe Date: Mon, 27 Nov 2023 14:00:41 -0600 Subject: [PATCH] add pipefail --- ci-conda.Dockerfile | 2 ++ ci-wheel.Dockerfile | 2 ++ citestwheel.Dockerfile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 1d91d24..ab224c1 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -24,6 +24,8 @@ ENV SCCACHE_IDLE_TIMEOUT=32768 ENV SCCACHE_S3_USE_SSL=true ENV SCCACHE_S3_NO_CREDENTIALS=false +SHELL ["/bin/bash", "-euo", "pipefail", "-c"] + # Install system packages depending on the LINUX_VER RUN < /etc/apt/apt.conf.d/warnings-as-errors