diff --git a/.drone.yml b/.drone.yml index ebeb5c739d82..e23e94032c2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,14 +3,14 @@ pipeline: # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict test_legacy: group: test - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - cp -R . /tmp/0/ && cd /tmp/0/ - ./project/scripts/sbt legacyTests test: group: test - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - cp -R . /tmp/1/ && cd /tmp/1/ - ./project/scripts/sbt test @@ -18,7 +18,7 @@ pipeline: test_bootstrapped: group: test - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - cp -R . /tmp/2/ && cd /tmp/2/ - ./project/scripts/sbt dotty-bootstrapped/test @@ -26,14 +26,14 @@ pipeline: test_optimised: group: test - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - cp -R . /tmp/3/ && cd /tmp/3/ - ./project/scripts/sbt ";set bootstrapOptimised in ThisBuild := true ;dotty-bootstrapped/test" test_sbt: group: test - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - cp -R . /tmp/4/ && cd /tmp/4/ - ./project/scripts/sbt sbt-dotty/scripted @@ -43,7 +43,7 @@ pipeline: # DOCUMENTATION: documentation: - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 commands: - ./project/scripts/genDocs secrets: [ bot_pass ] @@ -53,7 +53,7 @@ pipeline: # PUBLISHING: # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala publish_nightly: - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 environment: - NIGHTLYBUILD=yes commands: @@ -66,7 +66,7 @@ pipeline: environment: nightly publish_release: - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 environment: - RELEASEBUILD=yes commands: @@ -79,7 +79,7 @@ pipeline: environment: release publish_sbt_release: - image: lampepfl/dotty:2017-09-08 + image: lampepfl/dotty:2017-09-27 environment: - RELEASEBUILD=yes commands: