This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b387f18d Need to configure mail first
b387f18d is described below
commit b387f18d52df4e143577cc97ad5b165aef0268fa
Author: Sebb <[email protected]>
AuthorDate: Sun Mar 3 09:18:09 2024 +0000
Need to configure mail first
---
tools/pubsub-ci-email.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index 0b3f1c7c..604d7efb 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -205,6 +205,8 @@ end
if $0 == __FILE__
$stdout.sync = true
+ ASF::Mail.configure
+
# show initial start
previous_revision = File.read(PREVIOUS_REVISION).chomp
mail = Mail.new do