adapt drone.toml to new version

This commit is contained in:
djamel 2015-06-11 13:52:24 +01:00 committed by Djamel F
parent c59d02a64c
commit e98a0950d5
2 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,8 @@ secret = ""
expires = "" expires = ""
[database] [database]
path = "/etc/drone/drone.db" driver="sqlite3"
datasource="/var/lib/drone/drone.sqlite"
[docker] [docker]
cert = "" cert = ""

View file

@ -8,7 +8,8 @@ key = ""
# expires = "" # expires = ""
[database] [database]
path = "/var/lib/drone/drone.sqlite" driver="sqlite3"
datasource="/var/lib/drone/drone.sqlite"
[docker] [docker]
cert = "" cert = ""
@ -16,7 +17,7 @@ key = ""
addr = "unix:///var/run/docker.sock" addr = "unix:///var/run/docker.sock"
swarm = "" swarm = ""
# [service] # [remote]
# kind = "github" # kind = "github"
# base = "https://github.com" # base = "https://github.com"
# orgs = [] # orgs = []
@ -33,4 +34,3 @@ swarm = ""
# [agents] # [agents]
# secret = "" # secret = ""