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

commit 67ffb8481807a1096812dcc42adde8a2c9c1b2f2
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Apr 25 12:04:18 2022 -0400

    fixup! fixup! fixup! fixup! fixup! 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 0fdf76515..5e02882e3 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -30,7 +30,7 @@ echo 
"==========================================================================
 touch "foo.txt"
 echo -n 'cpu count: '; grep -c processor /proc/cpuinfo 
 echo hostname: `hostname --short`
-whoami
+echo whoami: `whoami`
 echo NODE_NAME: $NODE_NAME
 echo docker: 
 docker version
@@ -84,7 +84,7 @@ git --version;
 svn --version;
 echo pip: `pip3 --version`;
 echo npm: `npm --version`;
-whoami;
+echo whoami: `whoami`;
 ls -lAh /allura;
 ls -lAh /allura/;
 ls -lAh /allura/ForgeGit/forgegit/tests/data/;

Reply via email to