ci/aws: Copy SSH keys onto macOS hosts

This commit is contained in:
Anmol Sethi 2022-12-18 11:45:48 -08:00
parent 54e2f870d2
commit 72c0b76a22
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -347,6 +347,8 @@ init_remote_macos() {
header "$REMOTE_NAME"
wait_remote_host
sh_c ssh_copy_id -i="$ID_PUB_PATH" "$REMOTE_HOST"
sh_c ssh "$REMOTE_HOST" '"/bin/bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""'
if sh_c ssh "$REMOTE_HOST" uname -m | grep -qF arm64; then