From 85cf5a0a4695ec1e3ed89fbf9cd56454e0fd2489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paolo=20Chil=C3=A0?= Date: Mon, 25 Sep 2023 14:07:09 +0200 Subject: [PATCH] Update .buildkite/hooks/pre-exit Co-authored-by: Alexandros Sapranidis --- .buildkite/hooks/pre-exit | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/hooks/pre-exit b/.buildkite/hooks/pre-exit index 449588483b1..381669053c5 100755 --- a/.buildkite/hooks/pre-exit +++ b/.buildkite/hooks/pre-exit @@ -9,6 +9,7 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent" && "$BUILDKITE_STEP_KEY" == source "${WORKSPACE}/.buildkite/scripts/common.sh" # Perform cleanup of integration tests resources + echo "--- Cleaning up integration test resources" TEST_INTEG_AUTH_ESS_REGION=azure-eastus2 SNAPSHOT=true mage integration:clean fi