From 4465ece89f869eae9a3dce0faa27e4a3ccc47146 Mon Sep 17 00:00:00 2001 From: Simeon Ehrig Date: Thu, 14 Nov 2024 14:50:58 +0100 Subject: [PATCH] tmp2 --- script/gitlabci/print_env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/gitlabci/print_env.sh b/script/gitlabci/print_env.sh index 21d3db561ea..58ae9934a12 100755 --- a/script/gitlabci/print_env.sh +++ b/script/gitlabci/print_env.sh @@ -11,6 +11,8 @@ if [ -z ${alpaka_DISABLE_EXIT_FAILURE+x} ]; then set -e fi +set -ouvx pipefail + # display output with yellow color echo -e "\033[0;33mSteps to setup containter locally"