Skip to content

Commit

Permalink
quiet curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 20, 2023
1 parent 40625a4 commit cbd3a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbd3a14

Please sign in to comment.