clean at the end
This commit is contained in:
parent
3fb9032de6
commit
c8ab36a560
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -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})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue