Skip to content

Commit 09f014d

Browse files
committed
.drone.yml: Update CI cache
1 parent 0f06ad4 commit 09f014d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727

2828
- name: test
2929
pull: default
30-
image: lampepfl/dotty:2019-09-10
30+
image: lampepfl/dotty:2019-09-19
3131
depends_on: [ clone ]
3232
commands:
3333
- cp -R . /tmp/1/ && cd /tmp/1/
@@ -36,7 +36,7 @@ steps:
3636

3737
- name: test_bootstrapped
3838
pull: default
39-
image: lampepfl/dotty:2019-09-10
39+
image: lampepfl/dotty:2019-09-19
4040
depends_on: [ clone ]
4141
commands:
4242
- cp -R . /tmp/2/ && cd /tmp/2/
@@ -45,7 +45,7 @@ steps:
4545

4646
- name: community_build
4747
pull: default
48-
image: lampepfl/dotty:2019-09-10
48+
image: lampepfl/dotty:2019-09-19
4949
depends_on: [ clone ]
5050
commands:
5151
- cp -R . /tmp/3/ && cd /tmp/3/
@@ -55,7 +55,7 @@ steps:
5555

5656
- name: test_sbt
5757
pull: default
58-
image: lampepfl/dotty:2019-09-10
58+
image: lampepfl/dotty:2019-09-19
5959
depends_on: [ clone ]
6060
commands:
6161
- cp -R . /tmp/4/ && cd /tmp/4/
@@ -67,7 +67,7 @@ steps:
6767

6868
- name: test_java11
6969
pull: default
70-
image: lampepfl/dotty:2019-09-10
70+
image: lampepfl/dotty:2019-09-19
7171
depends_on: [ clone ]
7272
commands:
7373
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
@@ -81,7 +81,7 @@ steps:
8181

8282
- name: documentation
8383
pull: default
84-
image: lampepfl/dotty:2019-09-10
84+
image: lampepfl/dotty:2019-09-19
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-10
103+
image: lampepfl/dotty:2019-09-19
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-10
130+
image: lampepfl/dotty:2019-09-19
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-10
173+
image: lampepfl/dotty:2019-09-19
174174
depends_on:
175175
- test
176176
- test_bootstrapped

0 commit comments

Comments
 (0)