Repository: incubator-airflow
Updated Branches:
  refs/heads/master 8ae86814b -> 4b78e1a0f


[AIRFLOW-143] setup_env.sh doesn't leverage cache for downloading minicluster


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4b78e1a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4b78e1a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4b78e1a0

Branch: refs/heads/master
Commit: 4b78e1a0f1e9d24c182e8bb04216043c44d3ea76
Parents: 8ae8681
Author: Kengo Seki <sek...@apache.org>
Authored: Thu May 19 15:02:00 2016 +0000
Committer: Kengo Seki <sek...@apache.org>
Committed: Thu May 19 15:02:00 2016 +0000

----------------------------------------------------------------------
 scripts/ci/setup_env.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4b78e1a0/scripts/ci/setup_env.sh
----------------------------------------------------------------------
diff --git a/scripts/ci/setup_env.sh b/scripts/ci/setup_env.sh
index 8617edd..b04de2f 100755
--- a/scripts/ci/setup_env.sh
+++ b/scripts/ci/setup_env.sh
@@ -103,7 +103,6 @@ tar zxf ${TRAVIS_CACHE}/hive/hive.tar.gz --strip-components 
1 -C ${HIVE_HOME}
 
 
 echo "Downloading and unpacking minicluster"
-rm -rf ${TRAVIS_CACHE}/minicluster/minicluster.zip
 curl -z ${TRAVIS_CACHE}/minicluster/minicluster.zip -o 
${TRAVIS_CACHE}/minicluster/minicluster.zip -L ${MINICLUSTER_URL}
 unzip ${TRAVIS_CACHE}/minicluster/minicluster.zip -d /tmp
 

Reply via email to