Automate (re)-publication. Closes #33.

This commit is contained in:
Tim Bruijnzeels
2019-06-05 17:15:27 +02:00
parent 448c7357f0
commit 16ce1db2ec
20 changed files with 188 additions and 91 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ fn embedded_trust_anchor() {
let command = Command::TrustAnchor(TrustAnchorCommand::Show);
execute_krillc_command(command);
let command = Command::TrustAnchor(TrustAnchorCommand::Publish);
let _res = execute_krillc_command(command);
// let command = Command::TrustAnchor(TrustAnchorCommand::Publish);
// let _res = execute_krillc_command(command);
});
}