Archived
0
0
Fork 0

ci: test droneci

This commit is contained in:
Daryl Ronningen 2021-08-07 16:09:05 -07:00
parent 9bb30097a4
commit ebb2d10fc2
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: node:14
commands:
- echo hello
- echo world