Skip to content

Commit 88fe4a4

Browse files
committed
[.circleci] Try to set localtime on ubuntu before install
1 parent f6f173a commit 88fe4a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ references:
66
run:
77
name: Attempt to set timezone without interactive mode in Ubuntu.
88
command: |
9-
DEBIAN_FRONTEND=noninteractive apt-get -y update
10-
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
9+
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
1110
1211
deploy: &deploy
1312
run:

0 commit comments

Comments
 (0)