Skip to content

Commit d2b5158

Browse files
v1vapmmachine
andauthored
buildkite: fix slack notification (#207)
Co-authored-by: apmmachine <[email protected]>
1 parent 6e92f39 commit d2b5158

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.buildkite/snapshot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ steps:
1010
- "**/target/*"
1111

1212
notify:
13-
- slack:
14-
if: build.state == "failed"
15-
channels:
16-
- "#apm-agent-java"
13+
- slack: "#apm-agent-java"
14+
if: 'build.state != "passed"'

0 commit comments

Comments
 (0)