kind: pipeline type: docker name: default steps: - name: say-hello image: alpine commands: - echo "Hello, World!" - echo $DRONE_UI_REALM