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 \