1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

Fixed "service" to "services" in .drone.yml.

This commit is contained in:
yosssi 2014-02-09 01:17:47 +09:00
parent 8bc9722fd3
commit 941cbd1203

View File

@ -47,7 +47,7 @@ env:
script:
- go build
- go test -v
service:
services:
- redis
notify:
email:
@ -147,7 +147,7 @@ if you are using a custom Docker image.
Drone can launch database containers for your build:
```
service:
services:
- cassandra
- couchdb
- elasticsearch