logrus.WithField("action","MakeGitContext").WithField("module","builder").WithField("url",gitURL).WithError(err).Error("error while closing git context")
}
err=os.RemoveAll(root)
iferr!=nil{
logrus.WithField("action","MakeGitContext").WithField("module","builder").WithField("url",gitURL).WithError(err).Error("error while removing path and children of root")