From: Holger Levsen Date: Fri, 19 Aug 2011 13:40:01 +0000 (+0200) Subject: try to get it working X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=325b7ac0af490dd2d02b206453e33f415b07ece6;p=profitbricks%2Fjenkins-build-scripts.git try to get it working --- diff --git a/build.py b/build.py index 6c6fa55..c7d326d 100755 --- a/build.py +++ b/build.py @@ -261,7 +261,8 @@ if __name__ == '__main__': repo = git.repo.Repo() # hacked by holger - git_helper.git_checkout_branch('develop') + cmd = ['/usr/bin/git', 'checkout', 'develop'] + subprocess.check_call(cmd) if repo.active_branch != 'master' and GIT_DEBIAN_BRANCH != 'master': git_helper.git_checkout_branch(GIT_DEBIAN_BRANCH)