From e28d941df86bbb0844091de771d427d80f01944b Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Thu, 11 Jan 2024 16:10:58 -0500 Subject: [PATCH] Make test data directory --- scripts/prep_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prep_tests.sh b/scripts/prep_tests.sh index b1b7cfb..86203d0 100644 --- a/scripts/prep_tests.sh +++ b/scripts/prep_tests.sh @@ -1,4 +1,5 @@ #!bin/bash +mkdir scripts/data cp pieces/postgres_etl/data/persons.csv scripts/data docker compose -f scripts/docker-compose.yml up -d