[
https://issues.apache.org/jira/browse/AIRFLOW-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036312#comment-17036312
]
ASF subversion and git services commented on AIRFLOW-6344:
----------------------------------------------------------
Commit 413f9613755bd3ab54c317e73b488d51fa23c30a in airflow's branch
refs/heads/v1-10-test from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=413f961 ]
[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.
(cherry picked from commit 67463c3d8e5fe1618117244364d8a49f80536820)
> 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
> Fix For: 1.10.10
>
>
> See for example here: unknown revision or path not in the working tree
--
This message was sent by Atlassian Jira
(v8.3.4#803005)