From 9c89fce86d4d1bd9f02d47464b4de8e16374c373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:07:18 +0100 Subject: [PATCH] chore(GC/azure) remove debug not needed anymore following #1596 --- cleanup/azure.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cleanup/azure.sh b/cleanup/azure.sh index df3d3cf02..3297bb107 100755 --- a/cleanup/azure.sh +++ b/cleanup/azure.sh @@ -8,8 +8,7 @@ fi timeshift_day="${1}" build_type="${2:-dev}" -#set -eu -o pipefail -set -eu -o xtrace +set -eu -o pipefail run_az_command() { # Check the DRYRUN environment variable