-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Adjust CI configuration #16216
Adjust CI configuration #16216
Conversation
@@ -32,7 +32,7 @@ $env:TEST_COVERAGE = "true" | |||
$env:RACE_DETECTOR = "true" | |||
|
|||
# Install mage from vendor. | |||
exec { go install github.com/elastic/beats/vendor/github.com/magefile/mage } "mage install FAILURE" | |||
exec { go install -mod=vendor github.com/magefile/mage } "mage install FAILURE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my understanding, this change is not really related to the _templates
path change, right? It's just another change needed when moving to go modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Template path changes LGTM, as a follow up to the changes made in #15688.
d10b2d0
to
f86e3d9
Compare
jenkins test this |
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
## What does this PR do? This PR adjust the path of the generators as these have been moved. ## Why is it important? It has to be adjusted, otherwise the CI jobs cannot start.
What does this PR do?
This PR adjust the path of the generators as these have been moved.
Why is it important?
It has to be adjusted, otherwise the CI jobs cannot start.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksRequies #16127