File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ version: 2
5
5
references :
6
6
default_environment_settings : &default_environment_settings
7
7
docker :
8
- - image : circleci/ubuntu-14.04-XXL-upstart-1189-5614f37
8
+ - image : circleci/openjdk:8-node
9
9
environment :
10
10
- 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
13
13
default_attach_workspace : &default_attach_workspace
14
14
attach_workspace :
15
- at : /home/ubuntu
15
+ at : /home/circleci
16
16
filter_branches : &filter_branches
17
17
filters :
18
18
branches :
54
54
command : ant clean compile publish-local
55
55
working_directory : store
56
56
- persist_to_workspace :
57
- root : /home/ubuntu /
57
+ root : /home/circleci /
58
58
paths :
59
59
- zm-timezones
60
60
- zm-mailbox
64
64
<< : *default_environment_settings
65
65
steps :
66
66
- *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
75
67
- run :
76
68
name : Install junit-merge
77
69
command : sudo npm config set strict-ssl false && sudo npm install -g junit-merge
You can’t perform that action at this time.
0 commit comments