Exit test script on errors
This commit is contained in:
parent
579f8ba16e
commit
9b0d7b6fe6
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user