#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
Showing only changes of commit 9a4a80a4ea - Show all commits

View File

@ -231,7 +231,6 @@ func main() {
} }
//err = gitSource.RequestClose(ctx, "master", "modernc.org/ccgo/v4") //err = gitSource.RequestClose(ctx, "master", "modernc.org/ccgo/v4")
logger.Info(ctx, "Pkgdash successfully updated dependencies") logger.Info(ctx, "Pkgdash successfully updated dependencies")
time.Sleep(time.Second * 5)
} }
func getRepoMgmt() string { func getRepoMgmt() string {