Skip to content

Commit

Permalink
update beats: fix new file location (#6700)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 24, 2021
1 parent 879323c commit ea46964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/scripts/update-beats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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
.go-version docs/version.asciidoc

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

Expand Down

0 comments on commit ea46964

Please sign in to comment.