Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 20, 2023
1 parent f611820 commit e6efed4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ task get_gcloud_env_info {

# ======================================================================================

#touch additional_command_stdout.log

#if [ -n "~{default='' additional_command_to_run}" ]; then
# ~{default='echo ""' additional_command_to_run} | tee -a additional_command_stdout.log
#fi

env | tee -a env_info.log

gcloud config list | tee -a gcloud_config_info.log
Expand All @@ -99,8 +93,7 @@ task get_gcloud_env_info {

>>>
output {
Array[String] env_info_files = glob("./*_info.log")
#File additional_command_stdout = "additional_command_stdout.log"
Array[String] env_info_files = glob("./*_info.log")

String workspace_name_out = read_string("workspace_name.txt")
String workspace_namespace_out = read_string("workspace_namespace.txt")
Expand Down

0 comments on commit e6efed4

Please sign in to comment.