Skip to content

Commit afd0847

Browse files
committed
.drone.yml: Upgrade docker image
The new image has Node.js installed, which is required to run and test Scala.js compilation products.
1 parent 78c170a commit afd0847

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.drone.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@ pipeline:
2323
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
2424
test:
2525
group: test
26-
image: lampepfl/dotty:2018-09-14-2
26+
image: lampepfl/dotty:2018-09-24
2727
commands:
2828
- cp -R . /tmp/1/ && cd /tmp/1/
2929
- ./project/scripts/sbt ";compile ;test"
3030
- ./project/scripts/cmdTests
3131

3232
test_bootstrapped:
3333
group: test
34-
image: lampepfl/dotty:2018-09-14-2
34+
image: lampepfl/dotty:2018-09-24
3535
commands:
3636
- cp -R . /tmp/2/ && cd /tmp/2/
3737
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838
- ./project/scripts/bootstrapCmdTests
3939

4040
test_sjs:
4141
group: test
42-
image: lampepfl/dotty:2018-09-14-2
42+
image: lampepfl/dotty:2018-09-24
4343
commands:
4444
- cp -R . /tmp/3/ && cd /tmp/3/
4545
- ./project/scripts/sbt ";sjsSandbox/run"
4646

4747
test_sbt:
4848
group: test
49-
image: lampepfl/dotty:2018-09-14-2
49+
image: lampepfl/dotty:2018-09-24
5050
commands:
5151
- cp -R . /tmp/4/ && cd /tmp/4/
5252
- ./project/scripts/sbt sbt-dotty/scripted
@@ -56,7 +56,7 @@ pipeline:
5656

5757
# DOCUMENTATION:
5858
documentation:
59-
image: lampepfl/dotty:2018-09-14-2
59+
image: lampepfl/dotty:2018-09-24
6060
commands:
6161
- ./project/scripts/genDocs
6262
secrets: [ bot_pass ]
@@ -68,7 +68,7 @@ pipeline:
6868
# PUBLISHING:
6969
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
7070
publish_nightly:
71-
image: lampepfl/dotty:2018-09-14-2
71+
image: lampepfl/dotty:2018-09-24
7272
environment:
7373
- NIGHTLYBUILD=yes
7474
commands:
@@ -79,7 +79,7 @@ pipeline:
7979
environment: nightly
8080

8181
publish_release:
82-
image: lampepfl/dotty:2018-09-14-2
82+
image: lampepfl/dotty:2018-09-24
8383
environment:
8484
- RELEASEBUILD=yes
8585
commands:
@@ -103,7 +103,7 @@ pipeline:
103103
event: tag
104104

105105
publish_sbt_release:
106-
image: lampepfl/dotty:2018-09-14-2
106+
image: lampepfl/dotty:2018-09-24
107107
environment:
108108
- RELEASEBUILD=yes
109109
commands:

0 commit comments

Comments
 (0)