Skip to content

Commit

Permalink
Update .ci/scripts/update-beats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 24, 2021
1 parent 52f74e7 commit 49db3d1
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 @@ -10,7 +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 \
.go-version docs/version.asciidoc

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

Expand Down

0 comments on commit 49db3d1

Please sign in to comment.