[
https://issues.apache.org/jira/browse/AIRFLOW-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036308#comment-17036308
]
ASF subversion and git services commented on AIRFLOW-6344:
----------------------------------------------------------
Commit 67463c3d8e5fe1618117244364d8a49f80536820 in airflow's branch
refs/heads/master from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=67463c3 ]
[AIRFLOW-6344] Fix travis CI for tag builds (#7411)
Don't try to find changed files unless we are building a pull request.
This only caused a problem on build of tags, but we were also doing this
for master/branch builds, but it was always saying finding no files
changed.
By checking this early we can make the other conditions in this function
simpler.
> CI builds with TAG fail with "unknown revision or path not in the working
> tree"
> -------------------------------------------------------------------------------
>
> Key: AIRFLOW-6344
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6344
> Project: Apache Airflow
> Issue Type: Improvement
> Components: ci
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Jarek Potiuk
> Assignee: Ash Berlin-Taylor
> Priority: Major
>
> See for example here: unknown revision or path not in the working tree
--
This message was sent by Atlassian Jira
(v8.3.4#803005)