Fix recursive submodule init for copy_datadir.sh symlink

Summary

  • Fix nested submodule initialization for copy_datadir.sh
  • copy_datadir.sh in HAF is a symlink to ../hive/scripts/copy_datadir.sh
  • Added --recursive flag and safe.directory config for haf/hive

Follow-up to MR !965 (merged)

The previous fix switched to docker-builder image but missed that the HAF submodule has a nested hive submodule that the symlink depends on.

Merge request reports

Loading