kind: pipeline type: docker name: test-pipeline steps: - name: say-hello image: alpine commands: - echo "Hello from Drone CI!"