mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-13 10:50:27 +00:00
CI: Still trying to pass an environment variable to our build script
This commit is contained in:
parent
eca5df9f01
commit
32974eebdb
@ -21,7 +21,8 @@ jobs:
|
|||||||
- stage: pre-build
|
- stage: pre-build
|
||||||
script: skip
|
script: skip
|
||||||
- stage: build
|
- stage: build
|
||||||
script: TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js' && \
|
script:
|
||||||
./bin/build-site.sh
|
- TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js'
|
||||||
|
- ./bin/build-site.sh
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
script: ./bin/deploy-site.sh
|
script: ./bin/deploy-site.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user