mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-23 06:11:19 +00:00
11 lines
154 B
YAML
11 lines
154 B
YAML
|
---
|
||
|
|
||
|
image: "quay.io/luzifer/repo-runner-image"
|
||
|
checkout_dir: /go/src/github.com/Luzifer/vault-totp
|
||
|
|
||
|
commands:
|
||
|
- make ci
|
||
|
|
||
|
environment:
|
||
|
CGO_ENABLED: 0
|