drone ci rsync test
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
oDinZu 2022-05-09 22:40:18 -04:00
parent 70925d420a
commit 7b3bbb1dd9

View File

@ -40,7 +40,8 @@ steps:
- whoami
- pwd
- ls -al
- ls /
- ls /home
- ls /root
- git --version && git status
# add dependencies to tmp vm machine
@ -73,11 +74,11 @@ steps:
- echo -n "$RSA_KEY" > /root/.ssh/id_rsa
- echo -n "$RSA_PUB_KEY" > /root/.ssh/id_rsa.pub
- cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
- eval `ssh-agent -s`
- ssh-add /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa.pub
- ls -al /root/.ssh/
- eval `ssh-agent -s`
# add git.sharpetronics.com to known hosts