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

11 lines
207 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}"