Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
.drone.yml: Update CI cache
  • Loading branch information
smarter committed Sep 19, 2019
commit 09f014d417e6fa2b7f95c2f9a03b243bd229cc45
18 changes: 9 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:

- name: test
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on: [ clone ]
commands:
- cp -R . /tmp/1/ && cd /tmp/1/
Expand All @@ -36,7 +36,7 @@ steps:

- name: test_bootstrapped
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on: [ clone ]
commands:
- cp -R . /tmp/2/ && cd /tmp/2/
Expand All @@ -45,7 +45,7 @@ steps:

- name: community_build
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on: [ clone ]
commands:
- cp -R . /tmp/3/ && cd /tmp/3/
Expand All @@ -55,7 +55,7 @@ steps:

- name: test_sbt
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on: [ clone ]
commands:
- cp -R . /tmp/4/ && cd /tmp/4/
Expand All @@ -67,7 +67,7 @@ steps:

- name: test_java11
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on: [ clone ]
commands:
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
Expand All @@ -81,7 +81,7 @@ steps:

- name: documentation
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on:
- test
- test_bootstrapped
Expand All @@ -100,7 +100,7 @@ steps:

- name: publish_nightly
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on:
- test
- test_bootstrapped
Expand All @@ -127,7 +127,7 @@ steps:

- name: publish_release
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on:
- test
- test_bootstrapped
Expand Down Expand Up @@ -170,7 +170,7 @@ steps:

- name: publish_sbt_release
pull: default
image: lampepfl/dotty:2019-09-10
image: lampepfl/dotty:2019-09-19
depends_on:
- test
- test_bootstrapped
Expand Down