Skip to content

Commit

Permalink
mark check_terra_env task as volatile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Feb 8, 2024
1 parent 5c5f478 commit 99907c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 99907c1

Please sign in to comment.