Handle race condition in CI tests and upgrade SDK #64

Merged
ashwin merged 4 commits from pm-upgrade-sdk into main 2024-06-17 08:03:14 +00:00
Showing only changes of commit 9b0d7b6fe6 - Show all commits

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# Get the key from laconicd
laconicd_key=$(yes | docker compose exec laconicd laconicd keys export mykey --unarmored-hex --unsafe)