Update '.drone.yml'
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-09-07 11:43:50 +02:00
parent 77ba53d768
commit e4d0579006
+12
View File
@@ -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