#8 rebase.
This commit is contained in:
parent
e3f70e941c
commit
8d2394777e
@ -268,7 +268,6 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string
|
|||||||
}
|
}
|
||||||
logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path))
|
logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path))
|
||||||
}
|
}
|
||||||
logger.Infof(ctx, "PR create for %s - %s", pathMod, mod.Version)
|
|
||||||
}
|
}
|
||||||
case "close":
|
case "close":
|
||||||
if cliCfg.Path != "" { // close one dep
|
if cliCfg.Path != "" { // close one dep
|
||||||
|
@ -34,6 +34,3 @@ func (g *Github) RequestUpdate(ctx context.Context, branch string, path string,
|
|||||||
func (g *Github) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
func (g *Github) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
||||||
return nil, fmt.Errorf("implement me")
|
return nil, fmt.Errorf("implement me")
|
||||||
}
|
}
|
||||||
func (g *Github) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
@ -34,6 +34,3 @@ func (g *Gitlab) RequestUpdate(ctx context.Context, branch string, path string,
|
|||||||
func (g *Gitlab) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
func (g *Gitlab) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
||||||
return nil, fmt.Errorf("implement me")
|
return nil, fmt.Errorf("implement me")
|
||||||
}
|
}
|
||||||
func (g *Gitlab) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
@ -34,6 +34,3 @@ func (g *Gogs) RequestUpdate(ctx context.Context, branch string, path string, mo
|
|||||||
func (g *Gogs) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
func (g *Gogs) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
||||||
return nil, fmt.Errorf("implement me")
|
return nil, fmt.Errorf("implement me")
|
||||||
}
|
}
|
||||||
func (g *Gogs) RequestList(ctx context.Context, branch string) (map[string]string, error) {
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user