.drone.yml hinzugefügt
continuous-integration/drone Build was killed
Details
continuous-integration/drone Build was killed
Details
parent
b6fb54410f
commit
0d5cf6f413
|
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: hello_world
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Hello, World!"
|
||||
Loading…
Reference in New Issue