mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-17 03:20:02 +00:00
CI: Fix up getting the git branch details into the build
This commit is contained in:
parent
decbe33f1f
commit
86e27d64f2
@ -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
|
# 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 \
|
--build favicon static index \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
more $TW5_BUILD_OUTPUT/build.tid
|
|
||||||
|
|
||||||
# # /empty.html Empty
|
# # /empty.html Empty
|
||||||
# # /empty.hta For Internet Explorer
|
# # /empty.hta For Internet Explorer
|
||||||
# node $TW5_BUILD_TIDDLYWIKI \
|
# node $TW5_BUILD_TIDDLYWIKI \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user