2727
2828- name : test
2929 pull : default
30- image : lampepfl/dotty:2019-08-22
30+ image : lampepfl/dotty:2019-09-10
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-08-22
39+ image : lampepfl/dotty:2019-09-10
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-08-22
48+ image : lampepfl/dotty:2019-09-10
4949 depends_on : [ clone ]
5050 commands :
5151 - cp -R . /tmp/3/ && cd /tmp/3/
5454
5555- name : test_sbt
5656 pull : default
57- image : lampepfl/dotty:2019-08-22
57+ image : lampepfl/dotty:2019-09-10
5858 depends_on : [ clone ]
5959 commands :
6060 - cp -R . /tmp/4/ && cd /tmp/4/
6666
6767- name : test_java11
6868 pull : default
69- image : lampepfl/dotty:2019-08-22
69+ image : lampepfl/dotty:2019-09-10
7070 depends_on : [ clone ]
7171 commands :
7272 - export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
8080
8181- name : documentation
8282 pull : default
83- image : lampepfl/dotty:2019-08-22
83+ image : lampepfl/dotty:2019-09-10
8484 depends_on :
8585 - test
8686 - test_bootstrapped
9999
100100- name : publish_nightly
101101 pull : default
102- image : lampepfl/dotty:2019-08-22
102+ image : lampepfl/dotty:2019-09-10
103103 depends_on :
104104 - test
105105 - test_bootstrapped
@@ -126,7 +126,7 @@ steps:
126126
127127- name : publish_release
128128 pull : default
129- image : lampepfl/dotty:2019-08-22
129+ image : lampepfl/dotty:2019-09-10
130130 depends_on :
131131 - test
132132 - test_bootstrapped
@@ -169,7 +169,7 @@ steps:
169169
170170- name : publish_sbt_release
171171 pull : default
172- image : lampepfl/dotty:2019-08-22
172+ image : lampepfl/dotty:2019-09-10
173173 depends_on :
174174 - test
175175 - test_bootstrapped
0 commit comments