ci/aws: Copy SSH keys onto macOS hosts
This commit is contained in:
parent
54e2f870d2
commit
72c0b76a22
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue