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