rsync/robocopy is what we use to copy files from workspace to the staging directory to push to hub. These tools are usually installed by default but in some rare cases they are not. In which case we should have a fallback that uses a basic python function to copy everything over.
rsync/robocopyis what we use to copy files from workspace to the staging directory to push to hub. These tools are usually installed by default but in some rare cases they are not. In which case we should have a fallback that uses a basic python function to copy everything over.