#8 up readme.
This commit is contained in:
parent
d019dfe06b
commit
440226e34a
@ -36,7 +36,7 @@ according to the git type you are using.
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
source:
|
source:
|
||||||
type: gitea
|
type: gitea
|
||||||
apiurl: https://git.unistack.org/api/v1
|
apiurl: git.unistack.org
|
||||||
repository: pkgdash
|
repository: pkgdash
|
||||||
owner: unistack
|
owner: unistack
|
||||||
update_opt:
|
update_opt:
|
||||||
|
@ -253,7 +253,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))
|
||||||
return
|
|
||||||
}
|
}
|
||||||
for _, branch := range cfg.Branches { // update all dep
|
for _, branch := range cfg.Branches { // update all dep
|
||||||
for path, mod = range mvs {
|
for path, mod = range mvs {
|
||||||
|
Loading…
Reference in New Issue
Block a user