mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
removed single quotes
This commit is contained in:
parent
dbd1e611d0
commit
a6bc10dec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue