fix: woops, remove that print statement
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ef4df35995
commit
7ccc4b4c08
@ -617,7 +617,6 @@ func EnsureUpToDate(recipeName string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(branch)
|
|
||||||
fetchOpts := &git.FetchOptions{
|
fetchOpts := &git.FetchOptions{
|
||||||
Tags: git.AllTags,
|
Tags: git.AllTags,
|
||||||
RefSpecs: []gitConfig.RefSpec{
|
RefSpecs: []gitConfig.RefSpec{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user