This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 7e79dbbc39622b5ee0dd56e73d806aedae9b6123
Author: danhaywood <d...@haywood-associates.co.uk>
AuthorDate: Mon Feb 10 09:50:01 2020 +0000

    ISIS-2062: use redirect-facility
---
 scripts/ci/_adoc-antora.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/ci/_adoc-antora.sh b/scripts/ci/_adoc-antora.sh
index b18e465..9c7b37c 100644
--- a/scripts/ci/_adoc-antora.sh
+++ b/scripts/ci/_adoc-antora.sh
@@ -40,8 +40,8 @@ if [ -z "$ANTORA_CMD" ]; then
 fi
 
 echo "running antora ..."
-echo "$ANTORA_CMD --stacktrace $PLAYBOOK"
-$ANTORA_CMD --stacktrace $PLAYBOOK
+echo "$ANTORA_CMD --redirect-facility static --stacktrace $PLAYBOOK"
+$ANTORA_CMD --redirect-facility static --stacktrace $PLAYBOOK
 
 # clean up
-rm $PLAYBOOK
\ No newline at end of file
+rm $PLAYBOOK

Reply via email to