From 6fb4adf87fb11be96deabdf845475c662cc9ed4e Mon Sep 17 00:00:00 2001 From: Tahzib Mashrik Date: Thu, 26 Jul 2018 03:06:01 +0600 Subject: [PATCH] unset GIT_QUARANTINE_PATH when updating repo submodule --- plugins/git/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/functions b/plugins/git/functions index 19a9f1724..eb23bc38e 100755 --- a/plugins/git/functions +++ b/plugins/git/functions @@ -65,7 +65,7 @@ git_build_app_repo() { GIT_DIR="$DOKKU_ROOT/$APP" git tag -d "$TMP_TAG" &> /dev/null || true fi - suppress_output git submodule update --init --recursive + suppress_output env -u GIT_QUARANTINE_PATH git submodule update --init --recursive find . -name .git -prune -exec rm -rf {} \; > /dev/null if use_git_worktree; then