]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add debug msg
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 9 Aug 2011 15:45:28 +0000 (17:45 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 9 Aug 2011 15:45:28 +0000 (17:45 +0200)
build.py

index 3bf0ae4beef9b74d2470013cfc4c680514d3e74d..8b2335d4ceec60f95f866b4a30749ceadda0b75a 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -327,7 +327,7 @@ if __name__ == '__main__':
                 stdin=git_log.stdout,
                 stdout=subprocess.PIPE,
                 stderr=subprocess.PIPE,
-                cwd=os.getcwd('./')
+                cwd=os.getcwd()
         )
         ret = dch.wait()