Skip to content

Commit

Permalink
tiny improve
Browse files Browse the repository at this point in the history
Change-Id: I7e8a6a8f8a7da89df517655cdc90b9b3a1acc530
  • Loading branch information
Linary committed Dec 14, 2020
1 parent 81fc5ce commit d95077d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ env:
global:
- TRAVIS_DIR=assembly/travis
- STATIC_DIR=assembly/static
- SERVER_VERSION=0.10.4
- SERVER_VERSION=0.11.2
15 changes: 14 additions & 1 deletion assembly/travis/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

set -ev

sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#sudo tzselect << XXG
#5
#9
#1
#1
#XXG
#sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime


sudo date -R
sudo cat /etc/localtime
sudo timedatectl set-timezone "Asia/Shanghai"
sudo date -R
sudo cat /etc/localtime

0 comments on commit d95077d

Please sign in to comment.