Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Leon Etienne 2022-10-25 20:13:47 +00:00
parent ed2bea7754
commit 1b34406dce

View File

@ -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