fix CI config

master
Andrew 1 year ago
parent 43a66c996f
commit d0f9fb1d7d

@ -13,7 +13,7 @@ pipeline:
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
# - apt update -y && apt install openssh-client rsync -y
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
- echo 'echo "$SSH_PASSPHRASE"' | tr -d '\r' > ~/.ssh/.print_ssh_password
- echo 'echo "$SSH_PASSPHRASE"\n' | tr -d '\r' > ~/.ssh/.print_ssh_password
- cat ~/.ssh/.print_ssh_password
- chmod 700 ~/.ssh/.print_ssh_password
- eval $(ssh-agent -s)

Loading…
Cancel
Save