Create .drone.yml
This commit is contained in:
parent
c3d0139b96
commit
ff19519922
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: golang:1.12
|
||||||
|
commands:
|
||||||
|
- ls
|
Loading…
Reference in New Issue
Block a user