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 53364db11 fixup! fixup! fixup! fixup! [#8427] fix jenkins failing on
forgegit
53364db11 is described below
commit 53364db1130371920f09345e7b0428b935b59d06
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Apr 20 14:41:54 2022 -0400
fixup! fixup! fixup! fixup! [#8427] fix jenkins failing on forgegit
---
Dockerfile | 2 ++
scripts/jenkins-python3.7.sh | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Dockerfile b/Dockerfile
index 2b2a9c0c7..7ce6336dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,6 +49,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y
--no-install-recommends \
sudo \
&& rm -rf /var/lib/apt/lists/*
+# RUN git config --global --add safe.directory
/allura/ForgeGit/forgegit/tests/data/*.git
+
# up-to-date version of node & npm
RUN curl --silent --location https://deb.nodesource.com/setup_10.x | sudo bash
- && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes
--no-install-recommends nodejs
diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh
index ee38472e7..f3a79fad6 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -79,6 +79,8 @@ git --version;
svn --version;
echo pip: `pip3 --version`;
echo npm: `npm --version`;
+ls -lAh /allura/ForgeGit/forgegit/tests/data/
+ls -lAh /allura/ForgeGit/forgegit/tests/data/*.git
'
echo