@@ -23,22 +23,22 @@ 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-06-29
26+ image : lampepfl/dotty:2018-08-22
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-06-29
34+ image : lampepfl/dotty:2018-08-22
3535 commands :
3636 - cp -R . /tmp/2/ && cd /tmp/2/
3737 - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838
3939 test_sbt :
4040 group : test
41- image : lampepfl/dotty:2018-06-29
41+ image : lampepfl/dotty:2018-08-22
4242 commands :
4343 - cp -R . /tmp/4/ && cd /tmp/4/
4444 - ./project/scripts/sbt sbt-dotty/scripted
@@ -48,7 +48,7 @@ pipeline:
4848
4949 # DOCUMENTATION:
5050 documentation :
51- image : lampepfl/dotty:2018-06-29
51+ image : lampepfl/dotty:2018-08-22
5252 commands :
5353 - ./project/scripts/genDocs
5454 secrets : [ bot_pass ]
@@ -60,7 +60,7 @@ pipeline:
6060 # PUBLISHING:
6161 # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
6262 publish_nightly :
63- image : lampepfl/dotty:2018-06-29
63+ image : lampepfl/dotty:2018-08-22
6464 environment :
6565 - NIGHTLYBUILD=yes
6666 commands :
@@ -71,7 +71,7 @@ pipeline:
7171 environment : nightly
7272
7373 publish_release :
74- image : lampepfl/dotty:2018-06-29
74+ image : lampepfl/dotty:2018-08-22
7575 environment :
7676 - RELEASEBUILD=yes
7777 commands :
@@ -95,7 +95,7 @@ pipeline:
9595 event : tag
9696
9797 publish_sbt_release :
98- image : lampepfl/dotty:2018-06-29
98+ image : lampepfl/dotty:2018-08-22
9999 environment :
100100 - RELEASEBUILD=yes
101101 commands :
0 commit comments