GCrypt/.drone.yml
Leon Etienne 59d0daa35c
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-10-25 20:15:58 +00:00

18 lines
430 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 > foo.txt
- cat "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICK59J6gWwGGKN+xRye0qpIPDuZwj+Ja1TjrGUwMMlfe"