GCrypt/.drone.yml
Leon Etienne 1b34406dce
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-10-25 20:13:47 +00:00

17 lines
323 B
YAML

kind: pipeline
type: kubernetes
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