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