test k8s
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build was killed

This commit is contained in:
cătălin 2022-01-28 19:49:20 +01:00
commit b3548d6a4a
No known key found for this signature in database
GPG key ID: C378F1E869F05A95
2 changed files with 5 additions and 2 deletions

View file

@ -1,8 +1,11 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: kubernetes
name: default name: default
steps: steps:
- name: greeting - name: greeting
image: hello-world:latest image: alpine
comands:
- echo hello
- echo world

0
foo
View file