Files
NGRX-Playground/.drone.yml
mnky a479f297ac
Some checks failed
continuous-integration/drone/push Build encountered an error
.drone.yml aktualisiert
2026-03-06 12:18:01 +00:00

12 lines
208 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: hello
image: alpine
commands:
- echo "Pipeline läuft!"
- echo "Repo: ${DRONE_REPO}"
- echo "Branch: ${DRONE_BRANCH}"