From b474a6be9cd72d5b66d233cc07e7acbea3b3c51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:13:09 +0100 Subject: [PATCH] chore(GC/azure) add debug ref: https://github.com/jenkins-infra/helpdesk/issues/4445 adding some debug temporarily --- cleanup/azure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cleanup/azure.sh b/cleanup/azure.sh index 2f08880d0..d172aae98 100755 --- a/cleanup/azure.sh +++ b/cleanup/azure.sh @@ -8,7 +8,8 @@ fi timeshift_day="${1}" build_type="${2:-dev}" -set -eu -o pipefail +#set -eu -o pipefail +set -eu -o xtrace run_az_command() { # Check the DRYRUN environment variable