Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk ec00c530c -> 778194f22


Remove tox cache from previous workspace

Jenkins doesn't cleanup the previous workspace, and since .tox
is in the gitignore, we must explicitly delete it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4827ae84
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4827ae84
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4827ae84

Branch: refs/heads/python-sdk
Commit: 4827ae840797eb43aa7e4265dad7112804b5fb85
Parents: ec00c53
Author: Vikas Kedigehalli <vika...@google.com>
Authored: Wed Nov 9 17:25:15 2016 -0800
Committer: Robert Bradshaw <rober...@google.com>
Committed: Thu Nov 10 14:05:01 2016 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4827ae84/sdks/python/run_postcommit.sh
----------------------------------------------------------------------
diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index 23dd516..2cd40da 100755
--- a/sdks/python/run_postcommit.sh
+++ b/sdks/python/run_postcommit.sh
@@ -31,6 +31,9 @@ set -v
 # pip install --user installation location.
 LOCAL_PATH=$HOME/.local/bin/
 
+# Remove any tox cache from previous workspace
+rm -rf sdks/python/.tox
+
 # INFRA does not install virtualenv
 pip install virtualenv --user
 

Reply via email to