Skip to content

Commit

Permalink
Update file names
Browse files Browse the repository at this point in the history
This is what the files are called when the artifacts are downloaded outside of the workflow.
  • Loading branch information
Mythicaeda committed Sep 4, 2024
1 parent f6271f2 commit 1d72fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/compareDatabasesUp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1d72fb7

Please sign in to comment.