2727
2828- name : test
2929 pull : default
30- image : lampepfl/dotty:2019-09-19
30+ image : lampepfl/dotty:2019-10-17
3131 depends_on : [ clone ]
3232 commands :
3333 - cp -R . /tmp/1/ && cd /tmp/1/
3636
3737- name : test_bootstrapped
3838 pull : default
39- image : lampepfl/dotty:2019-09-19
39+ image : lampepfl/dotty:2019-10-17
4040 depends_on : [ clone ]
4141 commands :
4242 - cp -R . /tmp/2/ && cd /tmp/2/
4545
4646- name : community_build
4747 pull : default
48- image : lampepfl/dotty:2019-09-19
48+ image : lampepfl/dotty:2019-10-17
4949 depends_on : [ clone ]
5050 commands :
5151 - cp -R . /tmp/3/ && cd /tmp/3/
5555
5656- name : test_sbt
5757 pull : default
58- image : lampepfl/dotty:2019-09-19
58+ image : lampepfl/dotty:2019-10-17
5959 depends_on : [ clone ]
6060 commands :
6161 - cp -R . /tmp/4/ && cd /tmp/4/
6767
6868- name : test_java11
6969 pull : default
70- image : lampepfl/dotty:2019-09-19
70+ image : lampepfl/dotty:2019-10-17
7171 depends_on : [ clone ]
7272 commands :
7373 - export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
8181
8282- name : documentation
8383 pull : default
84- image : lampepfl/dotty:2019-09-19
84+ image : lampepfl/dotty:2019-10-17
8585 depends_on :
8686 - test
8787 - test_bootstrapped
@@ -100,7 +100,7 @@ steps:
100100
101101- name : publish_nightly
102102 pull : default
103- image : lampepfl/dotty:2019-09-19
103+ image : lampepfl/dotty:2019-10-17
104104 depends_on :
105105 - test
106106 - test_bootstrapped
@@ -127,7 +127,7 @@ steps:
127127
128128- name : publish_release
129129 pull : default
130- image : lampepfl/dotty:2019-09-19
130+ image : lampepfl/dotty:2019-10-17
131131 depends_on :
132132 - test
133133 - test_bootstrapped
@@ -170,7 +170,7 @@ steps:
170170
171171- name : publish_sbt_release
172172 pull : default
173- image : lampepfl/dotty:2019-09-19
173+ image : lampepfl/dotty:2019-10-17
174174 depends_on :
175175 - test
176176 - test_bootstrapped
0 commit comments