You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/19 07:01:20 UTC

[causeway] branch master updated: CAUSEWAY-2445: attempted CI build fix (antora run issue 2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 455e250870 CAUSEWAY-2445: attempted CI build fix (antora run issue 2)
455e250870 is described below

commit 455e250870ba74096bd6d86a9e05610179450e35
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Feb 19 08:01:14 2023 +0100

    CAUSEWAY-2445: attempted CI build fix (antora run issue 2)
---
 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 3011e57376..b741bf1b0e 100644
--- a/scripts/ci/_adoc-antora.sh
+++ b/scripts/ci/_adoc-antora.sh
@@ -50,9 +50,9 @@ fi
 
 if [ -z "$ANTORA_CMD" ]; then
   ANTORA_CMD=$(command -v antora 2>/dev/null)
-  if [ -z "$ANTORA_CMD" ]; then
-    ANTORA_CMD=$(npm bin)/antora
-  fi
+#  if [ -z "$ANTORA_CMD" ]; then
+#    ANTORA_CMD=$(npm bin)/antora
+#  fi
   if [ -z "$ANTORA_CMD" ]; then
     ANTORA_CMD=npm run antora
   fi