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

make update-beats-module uses wrong module for testing/environments rsync #3784

Closed
axw opened this issue May 11, 2020 · 0 comments · Fixed by #3785
Closed

make update-beats-module uses wrong module for testing/environments rsync #3784

axw opened this issue May 11, 2020 · 0 comments · Fixed by #3785

Comments

@axw
Copy link
Member

axw commented May 11, 2020

make update-beats-module
go get -d -u github.com/elastic/beats/v7@master
go: github.com/elastic/beats/v7 master => v7.0.0-alpha2.0.20200508191243-43f5689e11d1
...
rsync -crv --delete /home/andrew/go/pkg/mod/github.com/elastic/beats/[email protected]/testing/environments testing/

Notice that the rsync source does not correspond to the new module version. It's using the old module.

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 a pull request may close this issue.

1 participant