diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-05 13:54:00 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-05 16:43:23 +0200 |
commit | acac3315dc6d5b42671d3ca5240189a69af1975b (patch) | |
tree | 61566d4356453a5a404143cd5364a442441e1886 /mod/mod-ci-github-service-data.cxx | |
parent | cf0929f3afac32f27e191afbd8ee6b30eba5ad1a (diff) |
Continue service_data::completed
Diffstat (limited to 'mod/mod-ci-github-service-data.cxx')
-rw-r--r-- | mod/mod-ci-github-service-data.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx index f22961b..18f6eeb 100644 --- a/mod/mod-ci-github-service-data.cxx +++ b/mod/mod-ci-github-service-data.cxx @@ -130,7 +130,8 @@ namespace brep repository_node_id (move (rid)), repository_clone_url (move (rcu)), check_sha (move (cs)), - report_sha (move (rs)) + report_sha (move (rs)), + completed (false) { } @@ -159,7 +160,8 @@ namespace brep pr_node_id (move (pid)), pr_number (prn), check_sha (move (cs)), - report_sha (move (rs)) + report_sha (move (rs)), + completed (false) { } |