mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-26 01:50:28 +00:00
CI: Try to fix the timezone of the build
To match the timezone of my development machine used for previous builds
This commit is contained in:
parent
824930682a
commit
27d0b2b491
@ -1,6 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
- "node"
|
- "node"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export TZ=GMT
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: test
|
- name: test
|
||||||
- name: build-prerelease
|
- name: build-prerelease
|
||||||
|
Loading…
Reference in New Issue
Block a user