Closed werebus closed 5 years ago
Because the contents of the gtfs_files directory were gitignored, the directory was empty and would therefor not exist in the repo. Whenever the app was deployed, the daily task would break because GTFS::Files.out_of_date? would always return false
gtfs_files
GTFS::Files.out_of_date?
false
Note the the "big" change here is actually the addition of the gtfs_files/.keep file.
gtfs_files/.keep
Because the contents of the
gtfs_files
directory were gitignored, the directory was empty and would therefor not exist in the repo. Whenever the app was deployed, the daily task would break becauseGTFS::Files.out_of_date?
would always returnfalse