fix drone
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
7f8feb6535
commit
d78b56a77f
20
.drone.yml
20
.drone.yml
|
@ -279,16 +279,16 @@ services:
|
|||
- pull_request
|
||||
|
||||
- name: mariadb
|
||||
pull: default
|
||||
image: mariadb:10.5
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: xorm_test
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
- pull_request
|
||||
pull: default
|
||||
image: mariadb:10.5
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: xorm_test
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
- pull_request
|
||||
|
||||
- name: pgsql
|
||||
pull: default
|
||||
|
|
Loading…
Reference in New Issue