mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 02:10:27 +00:00
CI: Fixing setting up job-specific environment variables
This commit is contained in:
parent
c42eba3308
commit
eca5df9f01
@ -21,8 +21,7 @@ jobs:
|
||||
- stage: pre-build
|
||||
script: skip
|
||||
- stage: build
|
||||
script: ./bin/build-site.sh
|
||||
env:
|
||||
- TW5_BUILD_TIDDLYWIKI = ./node_modules/tiddlywiki/tiddlywiki.js
|
||||
script: TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js' && \
|
||||
./bin/build-site.sh
|
||||
- stage: deploy
|
||||
script: ./bin/deploy-site.sh
|
||||
|
Loading…
Reference in New Issue
Block a user