You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/01/31 10:06:59 UTC

incubator-airflow git commit: [AIRFLOW-2050] Fix Travis permission problem

Repository: incubator-airflow
Updated Branches:
  refs/heads/master afa6818a1 -> 48202ad5b


[AIRFLOW-2050] Fix Travis permission problem

The travis build has issues with reading the Flask
Admin wheel.
Explicitly delete the wheel for now.

Closes #2993 from Fokko/fd-fix-permissions-travis


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

Branch: refs/heads/master
Commit: 48202ad5bd763c5f500baf6f0ea208f25cf4134b
Parents: afa6818
Author: Fokko Driesprong <fo...@godatadriven.com>
Authored: Wed Jan 31 11:06:51 2018 +0100
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Wed Jan 31 11:06:51 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/48202ad5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f437c08..621f529 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,7 @@ before_install:
   - chmod 600 ~/.ssh/*
   - jdk_switcher use oraclejdk8
 install:
+  - rm -f /home/travis/.wheelhouse/Flask_Admin-1.5.0-py3-none-any.whl
   - pip install --upgrade pip
   - pip install tox
   - pip install codecov