diff --git a/.drone.yml b/.drone.yml index a7e5073..2379db8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,3 +25,15 @@ steps: commands: - echo hello world - cat README.md + +--- +kind: pipeline +type: kubernetes +name: default-kube + +steps: +- name: firststep + image: alpine + commands: + - echo hello world + - cat README.md