Skip to content

Commit

Permalink
rename outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 20, 2023
1 parent fe82ebf commit 76a7a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipes/WDL/workflows/dump_gcloud_env_info.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ workflow dump_gcloud_env_info {
Array[String] gcloud_env_info_files = get_gcloud_env_info.env_info_files
File additional_command_stdout = get_gcloud_env_info.additional_command_stdout

String workspace_name_out = get_gcloud_env_info.workspace_name
String workspace_namespace_out = get_gcloud_env_info.workspace_namespace
String google_project_id_out = get_gcloud_env_info.google_project_id
String workspace_name_out = get_gcloud_env_info.workspace_name_out
String workspace_namespace_out = get_gcloud_env_info.workspace_namespace_out
String google_project_id_out = get_gcloud_env_info.google_project_id_out
}
}

0 comments on commit 76a7a34

Please sign in to comment.