Files
homelab-route53-dns/.drone.yml
2019-11-23 07:43:34 +00:00

19 lines
259 B
YAML

---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: test
image: registry.lan/alpine:3.8
commands:
- echo "Running tests"
- name: build
image: registry.lan/alpine:3.8
commands:
- echo "building"