Upgrade Drone Config to 0.6

Do DB-tests in parallel (even though we only have 1 agent for now).
This commit is contained in:
Kim "BKC" Carlbäcker 2017-05-14 11:24:55 +02:00 committed by GitHub
parent e214728725
commit cc96d61df3
1 changed files with 8 additions and 5 deletions

View File

@ -2,12 +2,12 @@ workspace:
base: /srv/app
path: src/code.gitea.io/gitea
pipeline:
clone:
image: plugins/git
depth: 50
tags: true
clone:
image: plugins/git
depth: 50
tags: true
pipeline:
test:
image: webhippie/golang:edge
pull: true
@ -27,6 +27,7 @@ pipeline:
event: [ push, tag, pull_request ]
test-sqlite:
group: integration-test
image: webhippie/golang:edge
pull: true
environment:
@ -38,6 +39,7 @@ pipeline:
event: [ push, tag, pull_request ]
test-mysql:
group: integration-test
image: webhippie/golang:edge
pull: true
environment:
@ -49,6 +51,7 @@ pipeline:
event: [ push, tag, pull_request ]
test-pgsql:
group: integration-test
image: webhippie/golang:edge
pull: true
environment: