From bc410b411116ef12e522d24b79348192860cfb4e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 6 Aug 2021 11:40:04 -0400 Subject: [PATCH] fix: recursively sync submodules Closes #4624 --- plugins/git/internal-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/git/internal-functions b/plugins/git/internal-functions index 1fa3bc05d..6c800a139 100755 --- a/plugins/git/internal-functions +++ b/plugins/git/internal-functions @@ -567,6 +567,7 @@ fn-git-setup-build-dir-submodules() { # unset the git quarantine path to allow us to use 2.13.0+ # See this issue for more information: https://github.com/dokku/dokku/issues/2796 unset GIT_QUARANTINE_PATH + suppress_output fn-git-cmd "$GIT_WORKDIR" submodule sync --recursive suppress_output fn-git-cmd "$GIT_WORKDIR" submodule update --init --recursive if [[ "$DOKKU_KEEP_GIT_DIR" != "true" ]]; then