Merge pull request #1615 from bradrydzewski/master

Migrate yaml to 0.5
This commit is contained in:
Brad Rydzewski
2016-05-04 00:20:54 -07:00
8 changed files with 29 additions and 22 deletions

View File

@@ -52,6 +52,12 @@ var AgentCmd = cli.Command{
Usage: "docker architecture system",
Value: "amd64",
},
cli.StringFlag{
EnvVar: "DOCKER_STORAGE_DRIVER",
Name: "docker-storage-driver",
Usage: "docker storage driver",
Value: "overlay",
},
cli.StringFlag{
EnvVar: "DRONE_SERVER",
Name: "drone-server",