„.drone.yml“ hinzufügen
This commit is contained in:
parent
0748a09225
commit
377c6eed7c
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: ubuntu:20.04
|
||||||
|
commands:
|
||||||
|
- echo "geht :D"
|
Loading…
Reference in a new issue