CI: Warn when setting up a buildkite agent with no SSH authorized_keys

This commit is contained in:
Trent Nelson
2020-10-14 16:02:47 -06:00
committed by Trent Nelson
parent c26512255d
commit f9e0ea112d
3 changed files with 36 additions and 0 deletions

View File

@ -7,6 +7,7 @@ SOLANA_ROOT="$HERE"/../..
source "$HERE"/utils.sh
ensure_env || exit 1
check_ssh_authorized_keys || exit 1
set -ex