CI: Warn when setting up a buildkite agent with no SSH authorized_keys
This commit is contained in:
committed by
Trent Nelson
parent
c26512255d
commit
f9e0ea112d
@ -7,6 +7,7 @@ SOLANA_ROOT="$HERE"/../..
|
||||
source "$HERE"/utils.sh
|
||||
|
||||
ensure_env || exit 1
|
||||
check_ssh_authorized_keys || exit 1
|
||||
|
||||
set -ex
|
||||
|
||||
|
Reference in New Issue
Block a user