kind: pipeline type: docker name: test steps: - name: hello image: alpine commands: - echo "✅ Drone CI/CD is working!" - date