DevOps-Go/.drone.yml

10 lines
136 B
YAML

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