Skip to content

Commit 883262d

Browse files
authoredDec 9, 2019
ZCS-8298 Replace deprecated circleci image. (#999)
1 parent 37e5d58 commit 883262d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed
 

‎.circleci/config.yml

+5-13
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ version: 2
55
references:
66
default_environment_settings: &default_environment_settings
77
docker:
8-
- image: circleci/ubuntu-14.04-XXL-upstart-1189-5614f37
8+
- image: circleci/openjdk:8-node
99
environment:
1010
- ANT_OPTS: -Dzimbra.buildinfo.version=8.7.6_GA
11-
- BUILD: "/home/ubuntu"
12-
working_directory: /home/ubuntu/zm-mailbox
11+
- BUILD: "/home/circleci"
12+
working_directory: /home/circleci/zm-mailbox
1313
default_attach_workspace: &default_attach_workspace
1414
attach_workspace:
15-
at: /home/ubuntu
15+
at: /home/circleci
1616
filter_branches: &filter_branches
1717
filters:
1818
branches:
@@ -54,7 +54,7 @@ jobs:
5454
command: ant clean compile publish-local
5555
working_directory: store
5656
- persist_to_workspace:
57-
root: /home/ubuntu/
57+
root: /home/circleci/
5858
paths:
5959
- zm-timezones
6060
- zm-mailbox
@@ -64,14 +64,6 @@ jobs:
6464
<<: *default_environment_settings
6565
steps:
6666
- *default_attach_workspace
67-
- run:
68-
name: Install npm
69-
command: sudo apt-get update; sudo apt-get install npm
70-
- run:
71-
name: Install nodejs
72-
command: |
73-
sudo curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
74-
sudo apt-get install -y nodejs
7567
- run:
7668
name: Install junit-merge
7769
command: sudo npm config set strict-ssl false && sudo npm install -g junit-merge

0 commit comments

Comments
 (0)
Please sign in to comment.