Skip to content

Commit

Permalink
Terminate Postgres instance so container can exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Jan 26, 2024
1 parent f9d1b9c commit 959e4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function run_pudl_etl() {
--gcs-cache-path gs://internal-zenodo-cache.catalyst.coop \
--etl-settings "$PUDL_SETTINGS_YML" \
--live-dbs test/validate \
&& pg_ctlcluster 15 dagster stop \
&& touch "$PUDL_OUTPUT/success"
}

Expand Down

0 comments on commit 959e4d9

Please sign in to comment.