Set a default value for build-event flag of cli exec command (#1212)

Otherwise `cli exec` does not do anything due to the default constraints
applied to a pipeline (i.e., some kind of build event is expected).
This commit is contained in:
Sergio Fenoll
2022-09-27 12:02:32 +02:00
committed by GitHub
parent 70114ed1fd
commit c2ba272871
2 changed files with 2 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ var flags = []cli.Flag{
&cli.StringFlag{
EnvVars: []string{"CI_BUILD_EVENT"},
Name: "build-event",
Value: "manual",
},
&cli.StringFlag{
EnvVars: []string{"CI_BUILD_LINK"},

View File

@@ -286,7 +286,7 @@ execute a local build
**--build-created**="": (default: 0)
**--build-event**="":
**--build-event**="": (default: manual)
**--build-finished**="": (default: 0)