This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 18e1506c92d [hotfix][docs] Fix git permission issue attempt
18e1506c92d is described below

commit 18e1506c92dc818d5ed4c9055b25f071693d72bc
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Nov 1 16:58:01 2023 +0100

    [hotfix][docs] Fix git permission issue attempt
---
 .github/workflows/docs.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 34aa227d8c9..179a8dbe64a 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -30,6 +30,8 @@ if ! curl --fail -OL $HUGO_REPO ; then
        exit 1
 fi
 tar -zxvf $HUGO_ARTIFACT -C /usr/local/bin
+# workaround for a git security patch
+git config --global --add safe.directory /root/flink
 git submodule update --init --recursive
 # Setup the external documentation modules
 cd docs

Reply via email to