We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9317900 commit b8449ceCopy full SHA for b8449ce
1 file changed
.circleci/config.yml
@@ -6,7 +6,7 @@ references:
6
run:
7
name: Deploy the environment.
8
command: |
9
- DEBIAN_FRONTEND=noninteractive ./deploy.sh --install
+ ./deploy.sh --install
10
11
docker_login: &docker_login
12
@@ -43,8 +43,12 @@ jobs:
43
test_ubuntu_rolling:
44
docker:
45
- image: ubuntu:rolling
46
+ environment:
47
+ DEBIAN_FRONTEND: noninteractive
48
working_directory: ~/linux-environment
49
steps:
50
+ - ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
51
+ - dpkg-reconfigure --frontend noninteractive tzdata
52
- checkout
53
- *deploy
54
0 commit comments