mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 17:18:09 +02:00
Fixed "service" to "services" in .drone.yml.
This commit is contained in:
parent
8bc9722fd3
commit
941cbd1203
@ -47,7 +47,7 @@ env:
|
|||||||
script:
|
script:
|
||||||
- go build
|
- go build
|
||||||
- go test -v
|
- go test -v
|
||||||
service:
|
services:
|
||||||
- redis
|
- redis
|
||||||
notify:
|
notify:
|
||||||
email:
|
email:
|
||||||
@ -147,7 +147,7 @@ if you are using a custom Docker image.
|
|||||||
Drone can launch database containers for your build:
|
Drone can launch database containers for your build:
|
||||||
|
|
||||||
```
|
```
|
||||||
service:
|
services:
|
||||||
- cassandra
|
- cassandra
|
||||||
- couchdb
|
- couchdb
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
Loading…
Reference in New Issue
Block a user