file-samples/.drone.yml

16 lines
211 B
YAML
Raw Normal View History

2021-05-26 21:35:03 +01:00
# fixme
2021-05-26 21:31:31 +01:00
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: greeting
2021-05-26 23:03:15 +01:00
image: quodatum/basexhttp:latest
2021-05-26 21:31:31 +01:00
commands:
- echo hello
2021-05-26 22:10:47 +01:00
- echo world
- ls -la /drone/src/