@@ -23,23 +23,23 @@ 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-10-01
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-10-01
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_sbt :
4141 group : test
42- image : lampepfl/dotty:2018-09-14-2
42+ image : lampepfl/dotty:2018-10-01
4343 commands :
4444 - cp -R . /tmp/4/ && cd /tmp/4/
4545 - ./project/scripts/sbt sbt-dotty/scripted
@@ -49,7 +49,7 @@ pipeline:
4949
5050 # DOCUMENTATION:
5151 documentation :
52- image : lampepfl/dotty:2018-09-14-2
52+ image : lampepfl/dotty:2018-10-01
5353 commands :
5454 - ./project/scripts/genDocs
5555 secrets : [ bot_pass ]
@@ -61,7 +61,7 @@ pipeline:
6161 # PUBLISHING:
6262 # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
6363 publish_nightly :
64- image : lampepfl/dotty:2018-09-14-2
64+ image : lampepfl/dotty:2018-10-01
6565 environment :
6666 - NIGHTLYBUILD=yes
6767 commands :
@@ -72,7 +72,7 @@ pipeline:
7272 environment : nightly
7373
7474 publish_release :
75- image : lampepfl/dotty:2018-09-14-2
75+ image : lampepfl/dotty:2018-10-01
7676 environment :
7777 - RELEASEBUILD=yes
7878 commands :
@@ -96,7 +96,7 @@ pipeline:
9696 event : tag
9797
9898 publish_sbt_release :
99- image : lampepfl/dotty:2018-09-14-2
99+ image : lampepfl/dotty:2018-10-01
100100 environment :
101101 - RELEASEBUILD=yes
102102 commands :
0 commit comments