You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/04/20 20:35:49 UTC

[allura] branch dw/8427 updated: fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8427] fix jenkins failing on forgegit

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 e439b687c fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8427] fix jenkins failing on forgegit
e439b687c is described below

commit e439b687c149a1f602cdae43a869fd1e745b3934
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Wed Apr 20 16:35:42 2022 -0400

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

diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh
index 48edbea85..18945744f 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -94,6 +94,7 @@ echo "==========================================================================
 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
+chown root:root -R /allura
 git config --global --add safe.directory '*'
 
 echo