test ssh access

pull/110/head
Alya Sirko 2022-08-30 21:33:30 +03:00
parent f35ef53fdb
commit 7fba16388a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: test
commands:
- eval `ssh-agent -s`
- ssh-add - <<< "${SSH_PRIVATE_KEY}"
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
- ssh isolated echo hello
node: