From 99907c1c97c56706e5682172360432d3fa6604b5 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Wed, 7 Feb 2024 19:48:32 -0500 Subject: [PATCH] mark check_terra_env task as volatile --- pipes/WDL/tasks/tasks_terra.wdl | 1 + 1 file changed, 1 insertion(+) diff --git a/pipes/WDL/tasks/tasks_terra.wdl b/pipes/WDL/tasks/tasks_terra.wdl index a72505498..9002a6a43 100644 --- a/pipes/WDL/tasks/tasks_terra.wdl +++ b/pipes/WDL/tasks/tasks_terra.wdl @@ -36,6 +36,7 @@ task check_terra_env { } meta { description: "task for inspection of backend to determine whether the task is running on Terra and/or GCP" + volatile: true } command <<< # set -x # echo commands upon execution [commented out to avoid leaking the gcloud auth token]