#8 skip path if branch exists #12

Merged
vtolstov merged 90 commits from kgorbunov/pkgdash:master into master 2024-04-03 08:28:17 +03:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 868fc519ce - Show all commits

View File

@ -36,7 +36,7 @@ according to the git type you are using.
branches: [master]
source:
type: gitea
apiurl: https://git.unistack.org/api/v1
apiurl: git.unistack.org
repository: pkgdash
owner: unistack
update_opt:

View File

@ -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))
return
}
for _, branch := range cfg.Branches { // update all dep
for path, mod = range mvs {