From cbd3a14290f5654bfc459cad955cfa278df3a802 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Fri, 20 Oct 2023 18:17:47 -0400 Subject: [PATCH] quiet curl --- pipes/WDL/tasks/tasks_terra.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes/WDL/tasks/tasks_terra.wdl b/pipes/WDL/tasks/tasks_terra.wdl index 20bc16f9a..bcf39b9e7 100644 --- a/pipes/WDL/tasks/tasks_terra.wdl +++ b/pipes/WDL/tasks/tasks_terra.wdl @@ -68,7 +68,7 @@ task get_gcloud_env_info { GOOGLE_PROJECT_ID="$(gcloud config list --format='value(core.project)')" # get list of workspaces, limiting the output to only the fields we need - curl -X 'GET' \ + curl -s -X 'GET' \ 'https://api.firecloud.org/api/workspaces?fields=workspace.name%2Cworkspace.namespace%2Cworkspace.googleProject' \ -H 'accept: application/json' \ -H "Authorization: Bearer $(gcloud auth print-access-token)" > workspace_list.json