Skip to content

Commit

Permalink
Add compiled mixin artifacts to repo
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Adams <[email protected]>
  • Loading branch information
sysadmind committed Jul 14, 2024
1 parent f4c19ee commit 1674b81
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
git diff --exit-code -- ./elasticsearch-mixin || (echo "Compiled mixin does not match repo" && exit 1)
# Check if there are any new untracked files
test -z "$(git status --porcelain)" || (echo "Untracked files found" && exit 1)
test -z "$(git status --porcelain)" || (echo "Untracked files found, please run ./scripts/compile-mixin.sh" && exit 1)
1 change: 1 addition & 0 deletions elasticsearch-mixin/compiled/alerts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 1674b81

Please sign in to comment.