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

dill0wn pushed a commit to branch dw/8427
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/dw/8427 by this push:
     new 06d0cab64 fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8427] fix 
jenkins failing on forgegit
06d0cab64 is described below

commit 06d0cab645b05b27eb5530f452824f0bbbd562c0
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Apr 20 14:57:05 2022 -0400

    fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8427] fix jenkins 
failing on forgegit
---
 scripts/jenkins-python3.7.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh
index b8731b9cc..48edbea85 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -93,6 +93,9 @@ echo 
"==========================================================================
 # set up test dependencies
 docker-compose exec -T web pip install -q -r requirements-dev.txt
 
+# make test git repos safe to run even though owned by different user
+git config --global --add safe.directory '*'
+
 echo
 echo 
"============================================================================="
 echo "Run: tests"

Reply via email to