1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 08:04:20 +00:00
vault-totp/.repo-runner.yaml

14 lines
228 B
YAML
Raw Permalink Normal View History

2017-01-03 12:30:16 +00:00
---
image: "reporunner/golang-alpine"
2017-01-03 12:30:16 +00:00
checkout_dir: /go/src/github.com/Luzifer/vault-totp
commands:
- make ci
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly
ARCHS: linux/amd64 linux/arm darwin/amd64