sixth/.drone.yml

9 lines
139 B
YAML
Raw Permalink Normal View History

2019-12-28 22:07:28 +01:00
kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck:latest
2019-12-28 22:54:53 +01:00
entrypoint: [ shellcheck ]
command: [ essai.sh ]