aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2025-01-22 10:32:10 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2025-01-22 12:01:15 +0200
commitf2cc61de479448a227136ee278941413560ecffc (patch)
tree8d9ae58c8cb6cc314888e636ea8b0efd0dad642f /mod/mod-ci-github.hxx
parentb0515694b711c1ff57c2fc636e066d8639fd6da6 (diff)
Add support for tenant_service_build_built::build_completed() notification
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx
index c21d3db..4d306bb 100644
--- a/mod/mod-ci-github.hxx
+++ b/mod/mod-ci-github.hxx
@@ -72,7 +72,8 @@ namespace brep
const build&,
const diag_epilogue& log_writer) const noexcept override;
- virtual function<optional<string> (const string&, const tenant_service&)>
+ virtual function<pair<optional<string>, bool> (const string&,
+ const tenant_service&)>
build_built (const string& tenant_id,
const tenant_service&,
const build&,