Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Commit d17bf78

Browse files
committedJan 23, 2017
set CI timezone to Rome
1 parent 54d0f43 commit d17bf78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.drone.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build:
55
- NPM_CONFIG_CACHE=/drone/.npm
66
- NPM_CONFIG_LOGLEVEL=warn
77
commands:
8+
- export TZ="Europe/Rome"
9+
- ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
810
- cp config-ci.json config.json
911
- npm install -g yarn
1012
- yarn

0 commit comments

Comments
 (0)