S27: deploy creates npe-dir endpoint keys and systemd KEYDIR
Some checks are pending
review / inventory (push) Waiting to run
Some checks are pending
review / inventory (push) Waiting to run
This commit is contained in:
parent
185cdaabdb
commit
548d9967d5
3 changed files with 46 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if [[ -d "$ROOT/secure-messaging/go" ]]; then
|
|||
( cd "$ROOT/secure-messaging/go" && run go test ./... )
|
||||
fi
|
||||
if [[ -d "$ROOT/peergos-compliance-go" ]]; then
|
||||
( cd "$ROOT/peergos-compliance-go" && run go test ./cmd/pfc-repl ./internal/leaf ./internal/envelope )
|
||||
( cd "$ROOT/peergos-compliance-go" && run go test ./cmd/pfc-repl ./internal/leaf ./internal/envelope ./internal/hpke )
|
||||
fi
|
||||
if [[ -f "$ROOT/peergos-for-compliance-ipfs/pfc_ipfs/server.py" ]]; then
|
||||
run python3 -m py_compile "$ROOT/peergos-for-compliance-ipfs/pfc_ipfs/server.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue