mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 18:30:27 +00:00
CI: Further attempts to pass Git details to our build script
This commit is contained in:
parent
87f077314b
commit
097b0e2d4a
@ -13,7 +13,7 @@ jobs:
|
|||||||
- stage: build
|
- stage: build
|
||||||
script:
|
script:
|
||||||
- npm --force install tiddlywiki
|
- npm --force install tiddlywiki
|
||||||
- export GIT_DETAILS="$(< git rev-parse --abbrev-ref HEAD)-$(< git rev-parse HEAD) from $(< git remote get-url origin)"
|
- export GIT_DETAILS="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse HEAD) from $(git remote get-url origin)"
|
||||||
- export TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js'
|
- export TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js'
|
||||||
- ./bin/build-site.sh
|
- ./bin/build-site.sh
|
||||||
- ./bin/deploy-site.sh
|
- ./bin/deploy-site.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user