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