This commit is contained in:
parent
e6e229ea84
commit
4c3f799d17
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user