try drone
This commit is contained in:
parent
8fc36b4d85
commit
685bc20355
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: aburgess/node:latest-npm
|
||||||
|
commands:
|
||||||
|
- p i
|
||||||
|
- nr build
|
Loading…
Reference in New Issue
Block a user