From b9ea55aae53769fc1112e5923e2cd8d5656e9330 Mon Sep 17 00:00:00 2001 From: Zane Selvans Date: Thu, 26 Oct 2023 13:12:15 -0600 Subject: [PATCH] Separate ETL and pytest commands. --- docker/gcp_pudl_etl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gcp_pudl_etl.sh b/docker/gcp_pudl_etl.sh index fdb6233525..43393e67c4 100644 --- a/docker/gcp_pudl_etl.sh +++ b/docker/gcp_pudl_etl.sh @@ -32,7 +32,7 @@ function run_pudl_etl() { --loglevel DEBUG \ --max-concurrent 6 \ --gcs-cache-path gs://internal-zenodo-cache.catalyst.coop \ - $PUDL_SETTINGS_YML && \ + $PUDL_SETTINGS_YML # Run multiple pytest processes in the background and wait for them to exit pytest \ --gcs-cache-path=gs://internal-zenodo-cache.catalyst.coop \