Revert "REVERT ME debugging private key (!!) output"
continuous-integration/drone/push Build is passing Details

This reverts commit 16f1e2daa5.
This commit is contained in:
3wc 2020-09-25 14:37:17 +02:00
parent 16f1e2daa5
commit d5ea15ccb2
1 changed files with 0 additions and 2 deletions

View File

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