mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Knut Ahlers
aa39ad3413
Squashed commit of the following: commit ef74c84e5b4826c2c58012cd4b0ea975d1dd7260 Author: Knut Ahlers <knut@ahlers.me> Date: Sun Dec 1 13:09:53 2019 +0100 Minor cleamup Signed-off-by: Knut Ahlers <knut@ahlers.me> commit 0b57aa8c8abb2fd118c71fdfd8d51cb707861821 Author: Knut Ahlers <knut@ahlers.me> Date: Sun Dec 1 13:09:17 2019 +0100 [#6] Add optional separator to XKCD passwords Signed-off-by: Knut Ahlers <knut@ahlers.me> Signed-off-by: Knut Ahlers <knut@ahlers.me>
13 lines
236 B
YAML
13 lines
236 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/password
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
GHUSER: Luzifer
|
|
PACKAGES: github.com/Luzifer/password/cmd/password
|
|
REPO: password
|