Skip to content

Commit 8249cab

Browse files
authored
Merge pull request #3068 from allanrenucci/docker-image
Update Docker image following #3059
2 parents 9b29059 + 9a6c759 commit 8249cab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.drone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pipeline:
22
test:
3-
image: lampepfl/dotty:2017-08-30
3+
image: lampepfl/dotty:2017-09-05
44
commands:
55
- ./project/scripts/sbt "${CI_TEST}"
66

77
publish_nightly:
8-
image: lampepfl/dotty:2017-08-30
8+
image: lampepfl/dotty:2017-09-05
99
environment:
1010
- NIGHTLYBUILD=yes
1111
commands:
@@ -20,7 +20,7 @@ pipeline:
2020
environment: nightly
2121

2222
publish_release:
23-
image: lampepfl/dotty:2017-08-30
23+
image: lampepfl/dotty:2017-09-05
2424
environment:
2525
- RELEASEBUILD=yes
2626
commands:
@@ -35,7 +35,7 @@ pipeline:
3535
environment: release
3636

3737
publish_sbt_release:
38-
image: lampepfl/dotty:2017-08-30
38+
image: lampepfl/dotty:2017-09-05
3939
environment:
4040
- RELEASEBUILD=yes
4141
commands:
@@ -48,7 +48,7 @@ pipeline:
4848
environment: sbt_release
4949

5050
documentation:
51-
image: lampepfl/dotty:2017-08-30
51+
image: lampepfl/dotty:2017-09-05
5252
commands:
5353
- ./project/scripts/genDocs "${CI_PUBLISH}" "$BOT_PASS"
5454
secrets: [ bot_pass ]

0 commit comments

Comments
 (0)