Skip to content

Commit b8449ce

Browse files
committed
[.circleci] Another attempt for Ubuntu
1 parent 9317900 commit b8449ce

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ references:
66
run:
77
name: Deploy the environment.
88
command: |
9-
DEBIAN_FRONTEND=noninteractive ./deploy.sh --install
9+
./deploy.sh --install
1010
1111
docker_login: &docker_login
1212
run:
@@ -43,8 +43,12 @@ jobs:
4343
test_ubuntu_rolling:
4444
docker:
4545
- image: ubuntu:rolling
46+
environment:
47+
DEBIAN_FRONTEND: noninteractive
4648
working_directory: ~/linux-environment
4749
steps:
50+
- ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
51+
- dpkg-reconfigure --frontend noninteractive tzdata
4852
- checkout
4953
- *deploy
5054

0 commit comments

Comments
 (0)