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

CI: Another attempt to fix passing an environment variable to a script

This commit is contained in:
Jermolene 2019-01-06 21:41:36 +00:00
parent 32974eebdb
commit 512d5662cc

View File

@ -22,7 +22,7 @@ jobs:
script: skip script: skip
- stage: build - stage: build
script: script:
- 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
- stage: deploy - stage: deploy
script: ./bin/deploy-site.sh script: ./bin/deploy-site.sh