fix: "cibtool run add" sets the state if successful
modified ci-broker.md
@@ -890,6 +890,7 @@ then stdout is exactly ""
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -908,6 +909,7 @@ then stdout is exactly ""
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -927,6 +929,8 @@ then stdout is exactly ""
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -946,6 +950,8 @@ then stdout is exactly ""
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -287,4 +287,7 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified src/bin/cibtoolcmd/run.rs
@@ -70,12 +70,20 @@ impl Leaf for AddRun {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|