default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if [ -d .git ]; then
  git submodule update --init
fi
