Skip to content

Commit

Permalink
quiet you
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Oct 23, 2023
1 parent a2169b1 commit afd8f07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/variantstore/wdl/extract/run_in_hail_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ def run_in_cluster(cluster_name, account, worker_machine_type, region, gcs_proje
info(f'Stopping cluster: {cluster_name}')
delete_cmd = unwrap(f"""
gcloud dataproc clusters delete --project {gcs_project} --region {region} --account {account} {cluster_name}
gcloud dataproc clusters delete
--project {gcs_project}
--region {region}
--account {account}
--quiet
{cluster_name}
""")

Expand Down

0 comments on commit afd8f07

Please sign in to comment.