mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-06-30 22:17:57 -04:00
11 lines
169 B
YAML
11 lines
169 B
YAML
---
|
|
pipeline:
|
|
build:
|
|
privileged: true
|
|
image: rancher/dapper:1.11.2
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
commands:
|
|
- dapper ci
|
|
|