forked from the-distro/ofborg
Disable immediate in the buildjob: it was a misunderstood option :(
This commit is contained in:
parent
f42dd6bb4c
commit
bcb5f7b9ef
|
@ -40,7 +40,7 @@ impl Actions {
|
|||
exchange: Some("build-results-x".to_owned()),
|
||||
routing_key: None,
|
||||
mandatory: true,
|
||||
immediate: true,
|
||||
immediate: false,
|
||||
properties: Some(props),
|
||||
content: serde_json::to_string(&msg).unwrap().into_bytes()
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue