pipeline-test/.drone.yml
Simon Marsh 003a1f1f65
All checks were successful
continuous-integration/drone/push Build is passing
test secrets
2021-12-21 12:18:18 +00:00

22 lines
270 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
environment:
BLAH:
from_secret: blah
commands:
- >
echo "secret is: $BLAH"
---
kind: secret
name: blah
get:
path: burble.dn42/kv/drone/text
name: blah