Skip to content

Commit

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

# Conflicts:
#	.ci/scripts/update-beats.sh
  • Loading branch information
v1v authored and mergify-bot committed Feb 2, 2022
1 parent 7cdcce2 commit 36bf332
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/scripts/update-beats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ make update-beats
COMMIT_MESSAGE="Update to elastic/beats@$(go list -m -f {{.Version}} github.com/elastic/beats/... | cut -d- -f3)"

git checkout -b "update-beats-$(date "+%Y%m%d%H%M%S")"
<<<<<<< HEAD
git add go.mod go.sum NOTICE.txt \
.go-version docs/version.asciidoc \
docs/fields.asciidoc include/fields.go x-pack/apm-server/include/fields.go
=======
git add --ignore-errors go.mod go.sum NOTICE.txt \
.go-version docs/version.asciidoc

>>>>>>> ea46964f (update beats: fix new file location (#6700))
find . -maxdepth 2 -name Dockerfile -exec git add {} \;

git diff --staged --quiet || git commit -m "$COMMIT_MESSAGE"
Expand Down

0 comments on commit 36bf332

Please sign in to comment.