added print statement

This commit is contained in:
Souhaila Noor 2021-11-23 16:07:22 -06:00
parent 53d7d6b91c
commit 184b935550

View file

@ -14,7 +14,8 @@ function configure_env() {
which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
eval `ssh-agent -s`
mkdir -p ~/.ssh
echo "${AWS_SSH_PRIVATE_KEY}" | ssh-add -
echo "$AWS_SSH_PRIVATE_KEY"
echo "$AWS_SSH_PRIVATE_KEY" | ssh-add -
chmod 700 /root/.ssh
# install jq