Skip to content

Commit df034b5

Browse files
committed
Update Docker image
1 parent 63d0254 commit df034b5

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
@@ -3,35 +3,35 @@ pipeline:
33
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
44
test_legacy:
55
group: test
6-
image: lampepfl/dotty:2017-09-05
6+
image: lampepfl/dotty:2017-09-08
77
commands:
88
- cp -R . /tmp/0/ && cd /tmp/0/
99
- ./project/scripts/sbt legacyTests
1010

1111
test:
1212
group: test
13-
image: lampepfl/dotty:2017-09-05
13+
image: lampepfl/dotty:2017-09-08
1414
commands:
1515
- cp -R . /tmp/1/ && cd /tmp/1/
1616
- ./project/scripts/sbt test
1717

1818
test_bootstrapped:
1919
group: test
20-
image: lampepfl/dotty:2017-09-05
20+
image: lampepfl/dotty:2017-09-08
2121
commands:
2222
- cp -R . /tmp/2/ && cd /tmp/2/
2323
- ./project/scripts/sbt dotty-bootstrapped/test
2424

2525
test_optimised:
2626
group: test
27-
image: lampepfl/dotty:2017-09-05
27+
image: lampepfl/dotty:2017-09-08
2828
commands:
2929
- cp -R . /tmp/3/ && cd /tmp/3/
3030
- ./project/scripts/sbt ";set bootstrapOptimised in ThisBuild := true ;dotty-bootstrapped/test"
3131

3232
test_sbt:
3333
group: test
34-
image: lampepfl/dotty:2017-09-05
34+
image: lampepfl/dotty:2017-09-08
3535
commands:
3636
- cp -R . /tmp/4/ && cd /tmp/4/
3737
- ./project/scripts/sbt sbt-dotty/scripted
@@ -41,7 +41,7 @@ pipeline:
4141

4242
# DOCUMENTATION:
4343
documentation:
44-
image: lampepfl/dotty:2017-09-05
44+
image: lampepfl/dotty:2017-09-08
4545
commands:
4646
- ./project/scripts/genDocs
4747
secrets: [ bot_pass ]
@@ -51,7 +51,7 @@ pipeline:
5151
# PUBLISHING:
5252
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
5353
publish_nightly:
54-
image: lampepfl/dotty:2017-09-05
54+
image: lampepfl/dotty:2017-09-08
5555
environment:
5656
- NIGHTLYBUILD=yes
5757
commands:
@@ -64,7 +64,7 @@ pipeline:
6464
environment: nightly
6565

6666
publish_release:
67-
image: lampepfl/dotty:2017-09-05
67+
image: lampepfl/dotty:2017-09-08
6868
environment:
6969
- RELEASEBUILD=yes
7070
commands:
@@ -77,7 +77,7 @@ pipeline:
7777
environment: release
7878

7979
publish_sbt_release:
80-
image: lampepfl/dotty:2017-09-05
80+
image: lampepfl/dotty:2017-09-08
8181
environment:
8282
- RELEASEBUILD=yes
8383
commands:

0 commit comments

Comments
 (0)