GCrypt/.drone.yml

18 lines
354 B
YAML
Raw Normal View History

2022-10-25 20:10:42 +00:00
kind: pipeline
type: kubernetes
name: cicd-pipeline
steps:
- name: all-tmp
image: ubuntu
2022-10-25 20:13:47 +00:00
environment:
SSH_PRIV:
from_secret: ssh-priv
SSH_PUB:
from_secret: ssh-pub
2022-10-25 20:10:42 +00:00
commands:
- cd "GCryptLib/doxygen"
- eval "$(ssh-agent -s)"
2022-10-25 20:14:22 +00:00
- echo $SSH_PUB > foo.txt
- ls foo.txt