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 21:25:40 UTC

[allura] branch dw/8427 updated: fixup! 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 d54c4a008 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8427] fix jenkins failing on forgegit
d54c4a008 is described below

commit d54c4a008a9dccf97edc3c341ddf956eb482ce25
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Wed Apr 20 17:25:32 2022 -0400

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

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