This commit is contained in:
parent
ed2bea7754
commit
1b34406dce
@ -5,7 +5,12 @@ name: cicd-pipeline
|
||||
steps:
|
||||
- name: all-tmp
|
||||
image: ubuntu
|
||||
environment:
|
||||
SSH_PRIV:
|
||||
from_secret: ssh-priv
|
||||
SSH_PUB:
|
||||
from_secret: ssh-pub
|
||||
commands:
|
||||
- cd "GCryptLib/doxygen"
|
||||
- eval "$(ssh-agent -s)"
|
||||
- echo $ssh-pub
|
||||
- echo $SSH_PUB
|
||||
|
Loading…
x
Reference in New Issue
Block a user