removed single quotes

This commit is contained in:
Souhaila Noor 2021-11-23 15:50:43 -06:00
parent dbd1e611d0
commit a6bc10dec9

View file

@ -11,7 +11,7 @@ function configure_env() {
chmod 400 gitlab-featurebase-dev.pem
# set up ssh permissions
'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
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 -