Add sample drone file
This commit is contained in:
parent
a7a15660d5
commit
fa98e99751
13
.drone.yaml
Normal file
13
.drone.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-and-release
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Build your code!"
|
||||||
|
- name: release
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Release your code!"
|
Loading…
Reference in New Issue
Block a user