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

logging-improvements
Jermolene 2019-01-07 17:27:18 +00:00
rodzic decbe33f1f
commit 86e27d64f2
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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 \