1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

CI: Output the build TW version number for debugging

This commit is contained in:
Jermolene 2019-01-04 18:02:59 +00:00
parent 52d328ee1b
commit 0b7f72ce5c

View File

@ -67,6 +67,7 @@ echo "<a href='./plugins/tiddlywiki/tahoelafs/index.html'>Moved to http://tiddly
node $TW5_BUILD_TIDDLYWIKI \ node $TW5_BUILD_TIDDLYWIKI \
../TiddlyWiki5/editions/test \ ../TiddlyWiki5/editions/test \
--verbose \ --verbose \
--version \
--output $TW5_BUILD_OUTPUT \ --output $TW5_BUILD_OUTPUT \
--rendertiddler $:/core/save/all test.html text/plain \ --rendertiddler $:/core/save/all test.html text/plain \
|| exit 1 || exit 1