Skip to content

Commit

Permalink
Spit more debuggery when complaining about ancient files
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Aug 3, 2024
1 parent 96beb14 commit d1ba9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ if [ $(( $CURRENTDATETIME - $OFCOMDATETIME )) -gt $THREEMONTHS -o \
$(( $CURRENTDATETIME - $USDATETIME )) -gt $THREEMONTHS \
]; then
echo Data files are ANCIENT, check that the URLs are correct
ls -l data-files/*xlsx data-files/COCodeStatus_ALL.csv data-files/AllBlocksAugmentedReport.txt
exit 1
fi

Expand Down

0 comments on commit d1ba9cf

Please sign in to comment.