From: Robin Wittler Date: Wed, 3 Aug 2011 14:01:10 +0000 (+0200) Subject: fix '=' bug X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=93fd647d034a7090c2746fe65fad10d68cb6c394;p=profitbricks%2Fjenkins-build-scripts.git fix '=' bug --- diff --git a/testgit_build.py b/testgit_build.py index eaabc38..bcb4e92 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -46,7 +46,7 @@ GIT_TARGET_WORKSPACE = os.path.join( '%s-build%s' %(BUILD_ID, BUILD_NUMBER) ) -if GIT_UPSTREAM_BRANCH = 'NONE': +if GIT_UPSTREAM_BRANCH == 'NONE': raise Exception('You must give a GIT_UPSTREAM_BRANCH') if GIT_DEBIAN_BRANCH == 'NONE':