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