This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user