clean at the end

This commit is contained in:
Tim Schubert 2022-05-31 17:55:19 +02:00
parent 3fb9032de6
commit c8ab36a560
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -203,8 +203,6 @@ func main() {
}
wg.Wait()
tree.Clean(&git.CleanOptions{Dir: true})
auth := &githttp.BasicAuth{
Username: *username,
Password: *password,
@ -223,4 +221,6 @@ func main() {
log.Println("Pushed changes to remote")
}
}
tree.Clean(&git.CleanOptions{Dir: true})
}