You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/05 05:40:48 UTC

[isis] branch master updated: ISIS-2426: fix build site issues (force use of bash)

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 904bc37  ISIS-2426: fix build site issues (force use of bash)
904bc37 is described below

commit 904bc3745ac82a97a3c4ac8a71c57dfcee400503
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Sep 5 07:40:32 2020 +0200

    ISIS-2426: fix build site issues (force use of bash)
---
 scripts/ci/build-site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build-site.sh b/scripts/ci/build-site.sh
index 655fc2a..f6e44fe 100644
--- a/scripts/ci/build-site.sh
+++ b/scripts/ci/build-site.sh
@@ -20,4 +20,4 @@ export SKIP_EXAMPLES=true
 export SKIP_CONFIGS=true
 export SKIP_STALE_EXAMPLE_CHECK=true
 
-sh scripts/ci/_build-site.sh $*
+bash scripts/ci/_build-site.sh $*