We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f173a commit 88fe4a4Copy full SHA for 88fe4a4
1 file changed
.circleci/config.yml
@@ -6,8 +6,7 @@ references:
6
run:
7
name: Attempt to set timezone without interactive mode in Ubuntu.
8
command: |
9
- DEBIAN_FRONTEND=noninteractive apt-get -y update
10
- DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
+ ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
11
12
deploy: &deploy
13
0 commit comments