Skip to content

Commit

Permalink
chore: remove case-sensitive duplicate file (#13340)
Browse files Browse the repository at this point in the history
The contents of `changelog.md` are a subset of the contents of
`CHANGELOG.md` in the google-cloud-orchestration-airflow package.

Without this change, `git clone`s of this repo yield git errors and
issues submitting changes (due to unexpected changes)

```
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'packages/google-cloud-orchestration-airflow/CHANGELOG.md'
  'packages/google-cloud-orchestration-airflow/changelog.md'
```

(Issue replaced on MacOS, does not appear on Debian)

Co-authored-by: ohmayr <omairnaveed@ymail.com>
  • Loading branch information
glasnt and ohmayr authored Dec 12, 2024
1 parent 963c68c commit 1fcae7a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/google-cloud-orchestration-airflow/changelog.md

This file was deleted.

0 comments on commit 1fcae7a

Please sign in to comment.