mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
added print statement
This commit is contained in:
parent
53d7d6b91c
commit
184b935550
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue