mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-12 04:11:00 -08:00
CI: Still trying to pass an environment variable to our build script
This commit is contained in:
parent
eca5df9f01
commit
32974eebdb
1 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
- stage: pre-build
|
||||
script: skip
|
||||
- stage: build
|
||||
script: TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js' && \
|
||||
./bin/build-site.sh
|
||||
script:
|
||||
- TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js'
|
||||
- ./bin/build-site.sh
|
||||
- stage: deploy
|
||||
script: ./bin/deploy-site.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue