mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-22 19:11:34 +01:00
Merge b6b5b5c757ec01e0224599743f32a21593130895 into 3c6e2027200dc136decede9704cdfdf63ba79152
This commit is contained in:
commit
b9cf7bbf44
@ -64,7 +64,7 @@ func mapOldToExecCommand(input *cli.Context) *execCommand {
|
||||
Trusted: input.Bool("trusted"),
|
||||
Timeout: int64(input.Duration("timeout").Seconds()),
|
||||
Branch: input.String("branch"),
|
||||
Name: input.String("name"),
|
||||
Name: input.String("repo"),
|
||||
},
|
||||
Stage: &drone.Stage{
|
||||
Name: input.String("pipeline"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user