1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-27 01:06:02 +02:00

Merge pull request #48 from mrueg/workspace

Set workspace-base to /drone
This commit is contained in:
Brad Rydzewski 2017-06-20 20:17:02 +02:00 committed by GitHub
commit 9d8dd90e5b

View File

@ -83,7 +83,7 @@ var Command = cli.Command{
//
cli.StringFlag{
Name: "workspace-base",
Value: "/pipeline",
Value: "/drone",
EnvVar: "DRONE_WORKSPACE_BASE",
},
cli.StringFlag{