Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 30, 2024
1 parent d470111 commit 4f0069c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline-utils/test-failures/annotate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ export const annotateTestFailures = async () => {
export const pingTeam = async () => {
if (process.env.ELASTIC_SLACK_NOTIFICATIONS_ENABLED === 'true') {
const reportSlackDir = 'target/report-slack-team';
const team: string = recursiveReadDir(reportSlackDir).find((file) => file.endsWith('.slack')) || '';
const team: string =
recursiveReadDir(reportSlackDir).find((file) => file.endsWith('.slack')) || '';

buildkite.setMetadata(
'slack:ping_team:body',
Expand Down

0 comments on commit 4f0069c

Please sign in to comment.