Appease shellcheck
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-09-25 12:44:00 +02:00
parent 7d10f3d193
commit c6d103176c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ load_deploy_key() {
mkdir -p "$HOME/.ssh/"
ssh-keyscan -p "$PLUGIN_PORT" "$PLUGIN_HOST" > "$HOME/.ssh/known_hosts"
# shellcheck disable=SC2046,SC2006
eval `ssh-agent`
echo "$PLUGIN_DEPLOY_KEY" | ssh-add -
}