almost to a release
This commit is contained in:
parent
67afbba6f0
commit
9cce297abf
|
@ -215,7 +215,7 @@ func mergeAllDevelToMain() bool {
|
||||||
}
|
}
|
||||||
log.Info("found", repo.String(), repo.dirtyLabel.String())
|
log.Info("found", repo.String(), repo.dirtyLabel.String())
|
||||||
repo.newScan()
|
repo.newScan()
|
||||||
if repo.status.MergeUserToDevel() {
|
if repo.status.MergeDevelToMaster() {
|
||||||
log.Warn("THINGS SEEM OK fullAutomation() returned true.")
|
log.Warn("THINGS SEEM OK fullAutomation() returned true.")
|
||||||
} else {
|
} else {
|
||||||
log.Warn("last repo:", repo.status.Path())
|
log.Warn("last repo:", repo.status.Path())
|
||||||
|
|
Loading…
Reference in New Issue