mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08:00
CI: Fix up getting the git branch details into the build
This commit is contained in:
parent
decbe33f1f
commit
86e27d64f2
1 changed files with 1 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue