matrix is done

Signed-off-by: Casey Lee <cplee@nektos.com>
Este commit está contenido en:
Casey Lee
2020-02-17 10:11:16 -08:00
padre 5b7019cd0b
commit f8fb88816a
Se han modificado 8 ficheros con 219 adiciones y 46 borrados

Ver fichero

@@ -62,7 +62,7 @@ func newRunCommand(ctx context.Context, input *Input) func(*cobra.Command, []str
var eventName string
if len(args) > 0 {
eventName = args[0]
} else if events := planner.GetEvents(); len(events) > 1 {
} else if events := planner.GetEvents(); len(events) > 0 {
// set default event type to first event
// this way user dont have to specify the event.
log.Debugf("Using detected workflow event: %s", events[0])