1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

CI: Fix up getting the git branch details into the build

This commit is contained in:
Jermolene 2019-01-07 17:27:18 +00:00
parent decbe33f1f
commit 86e27d64f2

View File

@ -66,7 +66,7 @@ echo "<a href='./plugins/tiddlywiki/tahoelafs/index.html'>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 \