]> 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:44:52 +0000 (17:44 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 9 Aug 2011 15:44:52 +0000 (17:44 +0200)
build.py

index f9b23234d694ff30f98760dd5b77ed4fe8a914b0..3bf0ae4beef9b74d2470013cfc4c680514d3e74d 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='./'
+                cwd=os.getcwd('./')
         )
         ret = dch.wait()