forked from toolshed/abra
fix: only show when success is for sure
This commit is contained in:
@ -455,10 +455,9 @@ func deployServices(
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
logrus.Debugf("assuming %s converged successfully", serviceID)
|
logrus.Debugf("assuming %s converged successfully", serviceID)
|
||||||
|
logrus.Info("services converged 👌")
|
||||||
}
|
}
|
||||||
|
|
||||||
logrus.Info("services converged 👌")
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user