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 124ccca47 fixup! fixup! [#8427] fix jenkins failing on forgegit
124ccca47 is described below
commit 124ccca47e88155a7c2657e5abacf72b37d93995
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Apr 20 13:08:04 2022 -0400
fixup! fixup! [#8427] fix jenkins failing on forgegit
---
scripts/jenkins-python3.7.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh
index 82f918b82..9e3616395 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -21,7 +21,7 @@
IMAGE_TAG=allura
# this fixes the input device is not a TTY .. see
https://github.com/docker/compose/issues/5696
-COMPOSE_INTERACTIVE_NO_CLI=1
+export COMPOSE_INTERACTIVE_NO_CLI=1
echo
echo
"============================================================================="