kind: pipeline type: docker name: default trigger: branch: - drone - main steps: - name: greeting image: alpine commands: - echo hello - echo world