Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Remove unit test line that installs from zip only #887

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

demeritcowboy
Copy link
Collaborator

Overview

I don't think this is needed anymore, and interferes with git am lower down.

Before

This line makes composer attempt to use the zip download from github first. It means that most of the time the git am call will fail. It's not called very often, but is useful.

After

Should be no change in terms of what gets tested.

Technical Details

Civi used to "guess" at what type of errors and logging to do, and one of the ways it did that was to see if there was a .git folder present. Civi doesn't guess anymore.

Comments

@KarinG
Copy link
Collaborator

KarinG commented Jun 23, 2023

Thank you Dave!

@KarinG KarinG merged commit fe30797 into colemanw:6.x Jun 23, 2023
@demeritcowboy
Copy link
Collaborator Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants