From ec378c8b4e233ef46fe413f6053346fb2b74c340 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 31 Aug 2023 14:56:05 -0600 Subject: [PATCH] ensure TASK_ID is present for teardown --- .evergreen/atlas/teardown-atlas-cluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.evergreen/atlas/teardown-atlas-cluster.sh b/.evergreen/atlas/teardown-atlas-cluster.sh index 0d0d7c2c..ef899a93 100755 --- a/.evergreen/atlas/teardown-atlas-cluster.sh +++ b/.evergreen/atlas/teardown-atlas-cluster.sh @@ -18,6 +18,7 @@ DRIVERS_ATLAS_PUBLIC_API_KEY DRIVERS_ATLAS_PRIVATE_API_KEY DRIVERS_ATLAS_GROUP_ID LAMBDA_STACK_NAME +TASK_ID ) # Ensure that all variables required to run the test are set, otherwise throw