]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add func
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:49:38 +0000 (14:49 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:49:38 +0000 (14:49 +0200)
testgit_build.py

index a2aa7e944fc9ee80a405afb0fe437cfb98edc35a..1c0eb2eb2d31ae5c53114d8fe13c70334f417280 100755 (executable)
@@ -115,7 +115,8 @@ def git_clone_remote_repository(url, destination):
 
 def git_checkout_branch():
     cmd = [GIT, 'checkout', '-b', GIT_BRANCH_NAME, GIT_REMOTE_BRANCH_NAME]
-
+    
+    logger.debug('This is GIT_TARGET_DIR: ' %(GIT_TARGET_DIR))
     cmdobj = subprocess.Popen(
             cmd,
             shell=False,