fix CI config
This commit is contained in:
parent
43a66c996f
commit
d0f9fb1d7d
@ -13,7 +13,7 @@ pipeline:
|
|||||||
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
||||||
# - apt update -y && apt install openssh-client rsync -y
|
# - apt update -y && apt install openssh-client rsync -y
|
||||||
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
|
- 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
|
- cat ~/.ssh/.print_ssh_password
|
||||||
- chmod 700 ~/.ssh/.print_ssh_password
|
- chmod 700 ~/.ssh/.print_ssh_password
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
Loading…
Reference in New Issue
Block a user