1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

CI: Fixing setting up job-specific environment variables

This commit is contained in:
Jermolene 2019-01-06 21:08:31 +00:00
parent c42eba3308
commit eca5df9f01

View File

@ -21,8 +21,7 @@ jobs:
- stage: pre-build - stage: pre-build
script: skip script: skip
- stage: build - stage: build
script: ./bin/build-site.sh script: TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js' && \
env: ./bin/build-site.sh
- TW5_BUILD_TIDDLYWIKI = ./node_modules/tiddlywiki/tiddlywiki.js
- stage: deploy - stage: deploy
script: ./bin/deploy-site.sh script: ./bin/deploy-site.sh