Index: releaseAutomation.py |
diff --git a/releaseAutomation.py b/releaseAutomation.py |
index 34f426d40126634da2ce6e4fac7b586ba3af04a9..a309ec81526fb1d373a7530271fe854dc8a77332 100644 |
--- a/releaseAutomation.py |
+++ b/releaseAutomation.py |
@@ -110,6 +110,7 @@ def can_safely_release(*repo_paths): |
return False |
if repo_has_outgoing(): |
return continue_with_outgoing() |
+ return True |
def run(baseDir, type, version, keyFile, downloadsRepo): |