Skip to content

Commit

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

# Conflicts:
#	.ci/scripts/update-beats.sh

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: Silvia Mitter <[email protected]>
  • Loading branch information
3 people authored Feb 2, 2022
1 parent 75dd713 commit 61ef5a2
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 61ef5a2

Please sign in to comment.