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

Rename filenames from travis to ci #2489

Merged
merged 1 commit into from Apr 9, 2021

Conversation

Maroo-b
Copy link
Contributor

@Maroo-b Maroo-b commented Mar 29, 2021

This is a fix for #2435

I tried to follow the approach used in this PR: https://github.com/rspec/rspec-dev/pull/254/files by renaming only filenames and leave the internal function names to have travis as a prefix (as it's used specifically for Travis)

@pirj
Copy link
Member

pirj commented Mar 29, 2021

Thanks!

I could find script/after_update_travis_build.sh/script/before_update_travis_build.sh. Wondering if they are used at all.

@Maroo-b
Copy link
Contributor Author

Maroo-b commented Mar 29, 2021

@pirj I didn't find any usage of those files in this project and I wasn't sure if that's either a legacy code or it's used somehow by Travis lifecycle.

@JonRowe
Copy link
Member

JonRowe commented Mar 29, 2021

Those files are/were hooks for the build to run at various points, its possible they aren't used in this project anymore.

@Maroo-b
Copy link
Contributor Author

Maroo-b commented Mar 30, 2021

@JonRowe thanks for the input, I updated the names of these script files as well.

@pirj
Copy link
Member

pirj commented Mar 30, 2021

Do you mind giving it a try and remove script/{before,after}_update_*_build.sh?

@Maroo-b
Copy link
Contributor Author

Maroo-b commented Mar 30, 2021

In theory, it should be fine to remove those files, I'll update the PR

Copy link
Member

@pirj pirj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Maroo-b
Copy link
Contributor Author

Maroo-b commented Mar 30, 2021

Happy to help :)

@pirj pirj merged commit efdc7b5 into rspec:main Apr 9, 2021
JonRowe pushed a commit that referenced this pull request Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants