Merge pull request #3234 from mashrikt/unset_git_quarantine_path

unset GIT_QUARANTINE_PATH when updating repo submodule
This commit is contained in:
Jose Diaz-Gonzalez
2018-07-25 23:49:45 -04:00
committed by GitHub

View File

@@ -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