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

Fix: don't skip _dev/build directories #212

Merged
merged 2 commits into from
Jan 6, 2021
Merged

Conversation

mtojek
Copy link
Contributor

@mtojek mtojek commented Jan 5, 2021

This PR fixes the issue with skip _dev/build directories. I spotted this one while investigating other issues and noticed warnings that README files are static and not generated from templates.

@mtojek mtojek requested a review from ycombinator January 5, 2021 10:08
@mtojek mtojek self-assigned this Jan 5, 2021
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jan 5, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #212 updated

  • Start Time: 2021-01-06T09:19:34.055+0000

  • Duration: 10 min 15 sec

Test stats 🧪

Test Results
Failed 0
Passed 9
Skipped 0
Total 9

@@ -218,7 +218,6 @@ An example event for `status` looks as following:
| apache.status.cpu.load | CPU Load. | scaled_float |
| apache.status.cpu.system | System cpu. | scaled_float |
| apache.status.cpu.user | CPU user load. | scaled_float |
| apache.status.hostname | Apache hostname. | keyword |
Copy link
Contributor

@ycombinator ycombinator Jan 6, 2021

Choose a reason for hiding this comment

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

Is this change intentional? At first glance it seems unrelated to this PR but maybe I'm wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's related, because it's the first time the README has been rendered correctly :)

@mtojek mtojek merged commit 97b500d into elastic:master Jan 6, 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.

3 participants