kind: pipeline type: docker name: default steps: - name: run-hello-script commands: - chmod +x hello.sh - ./hello.sh