From: Holger Levsen Date: Fri, 2 Sep 2011 14:43:39 +0000 (+0200) Subject: atexit breaks the upload X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=1be977d5192a82b36cabf1bc76cadc7086ec3699;p=profitbricks%2Fjenkins-build-scripts.git atexit breaks the upload --- diff --git a/build.py b/build.py index 16c2018..813a5b8 100755 --- a/build.py +++ b/build.py @@ -250,7 +250,7 @@ if __name__ == '__main__': logger.info('git clone was not successfull') exit_error() - atexit.register(remove_git_target_workspace) + #atexit.register(remove_git_target_workspace) os.chdir(GIT_TARGET_DIR) if GIT_UPSTREAM_BRANCH != GIT_DEBIAN_BRANCH: