Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Leon Etienne 2022-10-25 20:42:58 +00:00
parent e6e229ea84
commit 4c3f799d17

View File

@ -13,7 +13,12 @@ steps:
commands:
# - cd "GCryptLib/doxygen"
- apt-get update
- apt-get install openssh-client -y
- >-
apt-get
install
openssh-client
rsync
-y
- eval "$(ssh-agent -s)"
- mkdir -p ~/.ssh
- echo "$SSH_PRIV" > ~/.ssh/id_ed25519
@ -21,3 +26,4 @@ steps:
- chmod 600 ~/.ssh/id_ed25519
- chmod 644 ~/.ssh/id_ed25519.pub
- ssh-add