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 4a7a3246f fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!
fixup! fixup! fixup! [#8427] fix jenkins failing on forgegit
4a7a3246f is described below
commit 4a7a3246f337eb0dd6bc33ef3e50804221459ae3
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Apr 25 09:03:46 2022 -0400
fixup! fixup! fixup! 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 40cad920d..f235abdbb 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -27,6 +27,7 @@ echo
echo
"============================================================================="
echo "Jenkins Host Info:"
echo
"============================================================================="
+touch "foo.txt"
echo -n 'cpu count: '; grep -c processor /proc/cpuinfo
echo hostname: `hostname --short`
whoami