make pushes to origin trigger drone pipeline

This commit is contained in:
viktorbarzin 2021-03-16 23:43:10 +00:00
parent 32d50dbb94
commit 5132069148

View file

@ -87,9 +87,5 @@ func run() error {
if err = gitFs.Push(); err != nil {
return errors.Wrapf(err, "failed to push changes")
}
// err = gitRepo()
// glog.Infof(err.Error())
return nil
}