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 5237feda2 fixup! fixup! fixup! fixup! fixup! [#8427] fix jenkins
failing on forgegit
5237feda2 is described below
commit 5237feda29229dbf7041f3998b115e705e615691
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Apr 20 14:44:12 2022 -0400
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 f3a79fad6..57910d907 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -79,8 +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
+ls -lAh /allura/ForgeGit/forgegit/tests/data/;
+ls -lAh /allura/ForgeGit/forgegit/tests/data/*.git;
'
echo