Skip to content

Fix sync when DATA_DIR_PATH is passed to the job

Philippe Lafoucrière requested to merge fix_sync_data_dir into main

When running the sync job in parallel, the $DATA_DIR_PATH var can be used to specify a folder to sync. In this case, moving the original data path will fail because it will move to a non-existing ./working_data/something folder.

Merge request reports