Skip to content

Commit 33d80e6

Browse files
committed
Remove Yoann from build notifications
1 parent b7a47d5 commit 33d80e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/dependency-update/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pipeline {
248248
}
249249
post {
250250
always {
251-
notifyBuildResult maintainers: '[email protected] [email protected]'
251+
notifyBuildResult maintainers: '[email protected]'
252252
}
253253
}
254254
}

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pipeline {
8989
}
9090
post {
9191
always {
92-
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected] [email protected]'
92+
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)