|
12 | 12 | jobs:
|
13 | 13 | test:
|
14 | 14 | runs-on: self-hosted
|
15 |
| - container: akmetiuk/dotty:2020-02-12 |
| 15 | + container: lampepfl/dotty:2020-04-24 |
16 | 16 |
|
17 | 17 | steps:
|
18 | 18 | - name: Checkout cleanup script
|
|
52 | 52 |
|
53 | 53 | test_bootstrapped:
|
54 | 54 | runs-on: self-hosted
|
55 |
| - container: akmetiuk/dotty:2020-02-12 |
| 55 | + container: lampepfl/dotty:2020-04-24 |
56 | 56 |
|
57 | 57 | steps:
|
58 | 58 | - name: Checkout cleanup script
|
|
92 | 92 |
|
93 | 93 | community_build:
|
94 | 94 | runs-on: self-hosted
|
95 |
| - container: akmetiuk/dotty:2020-02-12 |
| 95 | + container: lampepfl/dotty:2020-04-24 |
96 | 96 |
|
97 | 97 | steps:
|
98 | 98 | - name: Checkout cleanup script
|
@@ -133,7 +133,7 @@ jobs:
|
133 | 133 |
|
134 | 134 | test_sbt:
|
135 | 135 | runs-on: self-hosted
|
136 |
| - container: akmetiuk/dotty:2020-02-12 |
| 136 | + container: lampepfl/dotty:2020-04-24 |
137 | 137 | if: (
|
138 | 138 | github.event_name == 'push' &&
|
139 | 139 | startsWith(github.event.ref, 'refs/tags/')
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 |
|
177 | 177 | test_java11:
|
178 | 178 | runs-on: self-hosted
|
179 |
| - container: akmetiuk/dotty:2020-02-12 |
| 179 | + container: lampepfl/dotty:2020-04-24 |
180 | 180 | if: (
|
181 | 181 | github.event_name == 'push' &&
|
182 | 182 | startsWith(github.event.ref, 'refs/tags/')
|
@@ -221,7 +221,7 @@ jobs:
|
221 | 221 |
|
222 | 222 | publish_nightly:
|
223 | 223 | runs-on: self-hosted
|
224 |
| - container: akmetiuk/dotty:2020-02-12 |
| 224 | + container: lampepfl/dotty:2020-04-24 |
225 | 225 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
|
226 | 226 | if: github.event_name == 'schedule'
|
227 | 227 | env:
|
@@ -268,7 +268,7 @@ jobs:
|
268 | 268 |
|
269 | 269 | nightly_documentation:
|
270 | 270 | runs-on: self-hosted
|
271 |
| - container: akmetiuk/dotty:2020-02-12 |
| 271 | + container: lampepfl/dotty:2020-04-24 |
272 | 272 | needs: [publish_nightly]
|
273 | 273 | if: github.event_name == 'schedule'
|
274 | 274 | env:
|
@@ -314,7 +314,7 @@ jobs:
|
314 | 314 |
|
315 | 315 | publish_release:
|
316 | 316 | runs-on: self-hosted
|
317 |
| - container: akmetiuk/dotty:2020-02-12 |
| 317 | + container: lampepfl/dotty:2020-04-24 |
318 | 318 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
|
319 | 319 | if: github.event_name == 'push' &&
|
320 | 320 | startsWith(github.event.ref, 'refs/tags/') &&
|
@@ -409,7 +409,7 @@ jobs:
|
409 | 409 |
|
410 | 410 | release_documentation:
|
411 | 411 | runs-on: self-hosted
|
412 |
| - container: akmetiuk/dotty:2020-02-12 |
| 412 | + container: lampepfl/dotty:2020-04-24 |
413 | 413 | needs: [publish_release]
|
414 | 414 | if: github.event_name == 'push' &&
|
415 | 415 | startsWith(github.event.ref, 'refs/tags/') &&
|
@@ -458,7 +458,7 @@ jobs:
|
458 | 458 |
|
459 | 459 | publish_sbt_release:
|
460 | 460 | runs-on: self-hosted
|
461 |
| - container: akmetiuk/dotty:2020-02-12 |
| 461 | + container: lampepfl/dotty:2020-04-24 |
462 | 462 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
|
463 | 463 | if: github.event_name == 'push' &&
|
464 | 464 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
|
|
0 commit comments