fix: serialize only the adapter config, not the adapter spec
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+14
-3
d1db5e96
→
073b652f
modified ci-broker.md
@@ -446,7 +446,6 @@ when I run ./env.sh cib --config broker.yaml process-events
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/adapter.rs
@@ -120,8 +120,9 @@ impl Adapter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -114,6 +114,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -741,6 +742,16 @@ pub fn patch_cob_lookup(repo_id: &RepoId, patch_id: &PatchId) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|