pipeline-test/.drone.yml
Simon Marsh b07bd5b300
All checks were successful
continuous-integration/drone/push Build is passing
fix path
2021-12-21 14:53:06 +00:00

22 lines
275 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/data/drone/test
name: blah