You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/18 07:52:34 UTC

[isis] 12/25: ISIS-2062: more messing about with scripts

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 e91e7d7e73783e57b02bea6fa1eedcffca414445
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 13 18:35:07 2019 +0000

    ISIS-2062: more messing about with scripts
---
 scripts/ci/_adoc-antora.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/ci/_adoc-antora.sh b/scripts/ci/_adoc-antora.sh
index 263a696..c6f2106 100644
--- a/scripts/ci/_adoc-antora.sh
+++ b/scripts/ci/_adoc-antora.sh
@@ -19,7 +19,8 @@ if [ ! -f "$PLAYBOOK" ]; then
   PLAYBOOK=site.yml
 fi
 
-echo "\$PLAYBOOK = PROJECT_ROOT_PATH/$PLAYBOOK"
+PLAYBOOK=$PROJECT_ROOT_PATH/$PLAYBOOK
+echo "\$PLAYBOOK = $PLAYBOOK"
 
 if [ -z "$REVISION" ]; then
   if [ ! -z "$SHARED_VARS_FILE" ] && [ -f "$SHARED_VARS_FILE" ]; then