mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
test ssh access
This commit is contained in:
parent
33304ae202
commit
0d7712a3b9
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: test
|
||||
commands:
|
||||
- eval `ssh-agent -s`
|
||||
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
|
||||
- echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
- ssh isolated echo hello
|
||||
environment:
|
||||
SSH_PRIVATE_KEY:
|
||||
|
|
Loading…
Reference in a new issue