From 1d72fb79d5e50d2ae30907625c661a17ead0f0f9 Mon Sep 17 00:00:00 2001 From: Theresa Kamerman Date: Wed, 4 Sep 2024 14:20:18 -0700 Subject: [PATCH] Update file names This is what the files are called when the artifacts are downloaded outside of the workflow. --- .github/scripts/compareDatabasesUp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/compareDatabasesUp.sh b/.github/scripts/compareDatabasesUp.sh index 2cf967f46d..cf68514cae 100755 --- a/.github/scripts/compareDatabasesUp.sh +++ b/.github/scripts/compareDatabasesUp.sh @@ -3,10 +3,10 @@ mkdir results mkdir comparison -PGCMPINPUT1=./pgdumpmigrated/AerieMigrated \ -PGCMPINPUT2=./pgdumpraw/AerieRaw \ -PGCLABEL1=AerieMigrated \ -PGCLABEL2=AerieRaw \ +PGCMPINPUT1=./pgdumpmigrated/AerieMigratedUp \ +PGCMPINPUT2=./pgdumpcurrent/AerieCurrent \ +PGCLABEL1=AerieMigratedUp \ +PGCLABEL2=AerieCurrent \ PGCFULLOUTPUT=./comparison/fulloutput.txt \ PGCUNEXPLAINED=./comparison/unexplained.txt \ PGCBADEXPLAIN=./comparison/badexplanations.txt \