Skip to content

Commit

Permalink
update beats: fix new file location (#6700) (#7214)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea46964)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
axw and v1v authored Feb 7, 2022
1 parent 00d37cc commit 224b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/update-beats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMIT_MESSAGE="Update to elastic/beats@$(go list -m -f {{.Version}} github.com/
git checkout -b "update-beats-$(date "+%Y%m%d%H%M%S")"
git add --ignore-errors go.mod go.sum NOTICE.txt \
.go-version docs/version.asciidoc \
docs/fields.asciidoc include/fields.go x-pack/apm-server/include/fields.go
include/fields.go x-pack/apm-server/include/fields.go

find . -maxdepth 2 -name Dockerfile -exec git add {} \;

Expand Down

0 comments on commit 224b12d

Please sign in to comment.