Compare commits

..

1 Commits

Author SHA1 Message Date
8a8034be86
WIP: feat: cancel git clone ops gracefully
Some checks failed
continuous-integration/drone/push Build is failing
See #528
2025-04-22 20:54:02 +02:00

View File

@ -75,7 +75,6 @@ func Clone(dir, url string) error {
log.Debugf("git clone: %s already exists", dir)
}
fmt.Println("FOOOOO")
close(waitCh)
}()