Skip to content

Commit

Permalink
restore google_project_id.txt bits removed during prior commit's tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 26, 2023
1 parent 851f0b1 commit 5c6d5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ task check_terra_env {

# create gcloud-related output file
touch gcloud_config_info.log
touch google_project_id.txt

# create Terra-related output files
touch workspace_name.txt
Expand Down Expand Up @@ -79,6 +80,7 @@ task check_terra_env {
# === Determine Terra workspace name and namespace for the workspace responsible for this job

GOOGLE_PROJECT_ID="$(gcloud config list --format='value(core.project)')"
echo "$GOOGLE_PROJECT_ID" > google_project_id.txt

# get list of workspaces, limiting the output to only the fields we need
curl -s -X 'GET' \
Expand Down

0 comments on commit 5c6d5db

Please sign in to comment.