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

Do not ignore tools/bin #7801

Merged
merged 3 commits into from Nov 10, 2021
Merged

Do not ignore tools/bin #7801

merged 3 commits into from Nov 10, 2021

Conversation

benmoriceau
Copy link
Contributor

What

Avoid ignoring a file that shouldn't be ignored.

@benmoriceau benmoriceau added type/bug Something isn't working type/enhancement New feature or request labels Nov 9, 2021
.gitignore Outdated
Comment on lines 63 to 64
/bin/
/**/bin/
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are /bin/ and /**/bin/ ignored in the first place?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why are /bin/ and /**/bin/ ignored in the first place?

Good question, I have no idea. I choose the option with the lower risk based on what I saw here, but ideally we should remove the exclusion.

Copy link
Contributor

Choose a reason for hiding this comment

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

If you build #7005 (which added this change) does it create binaries that should be ignored? If so, can you move the ignore to that level instead of global.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The build passed without any file changes so it should be ok to remove the ignore. I didn't manage to run the buildlocally though

Copy link
Contributor

@jrhizor jrhizor Nov 10, 2021

Choose a reason for hiding this comment

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

Did you build this connector specifically? If so then we're good to go.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, it is not generating anything in any bin folder.

@benmoriceau benmoriceau temporarily deployed to more-secrets November 10, 2021 02:51 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets November 10, 2021 19:33 Inactive
@benmoriceau benmoriceau merged commit 412426c into master Nov 10, 2021
@benmoriceau benmoriceau deleted the bmoric/don-t-ignore-tools-bin branch November 10, 2021 20:30
schlattk pushed a commit to schlattk/airbyte that referenced this pull request Jan 4, 2022
Avoid ignoring a file that shouldn't be ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants