Compare commits
9 Commits
f3175b8ce9
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
fa3a7b2037 | ||
|
7c8d8ddd13 | ||
|
6270ceeb70 | ||
|
f6611bdb59 | ||
|
c39d149d51 | ||
|
dd2c882365 | ||
|
b459ec50c7 | ||
|
b432336db9 | ||
|
cadbf3070b |
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
Loading…
Reference in New Issue
Block a user