From 86e27d64f2b23a2bf54b80e54e6d5ffcd7b2e90e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 7 Jan 2019 17:27:18 +0000 Subject: [PATCH] CI: Fix up getting the git branch details into the build --- bin/build-site.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index 7450f2d93..ca39c2c8a 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -66,7 +66,7 @@ echo "Moved to http://tiddly # Put the build details into a .tid file so that it can be included in each build -echo -e "title: $:/build\ntext: $TW5_BUILD_DETAILS\n" > $TW5_BUILD_OUTPUT/build.tid +echo -e "title: $:/build\n\n$TW5_BUILD_DETAILS\n" > $TW5_BUILD_OUTPUT/build.tid ###################################################### # @@ -90,8 +90,6 @@ node $TW5_BUILD_TIDDLYWIKI \ --build favicon static index \ || exit 1 -more $TW5_BUILD_OUTPUT/build.tid - # # /empty.html Empty # # /empty.hta For Internet Explorer # node $TW5_BUILD_TIDDLYWIKI \