mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
14 lines
254 B
YAML
14 lines
254 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/password
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
GHUSER: Luzifer
|
|
GO111MODULE: on
|
|
PACKAGES: github.com/Luzifer/password/cmd/password
|
|
REPO: password
|