feat: add "cibtool cob" to add runs to a job COB
modified .gitignore
@@ -2,4 +2,5 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
modified Cargo.toml
@@ -43,3 +43,6 @@ features = ["default", "test"]
|
|
|
|
|
|
| + | |
| + | |
| + | |
modified src/bin/cibtool.rs
@@ -117,6 +117,8 @@ enum Cmd {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -130,6 +132,7 @@ impl Subcommand for Cmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -366,4 +369,7 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
added src/bin/cibtoolcmd/cob.rs
@@ -0,0 +1,31 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/bin/cibtoolcmd/mod.rs
@@ -29,3 +29,6 @@ pub use message::*;
|
|
|
|
|
|
| + | |
| + | |
| + | |