mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Knut Ahlers
eed2ae8b08
- Fix broken vendoring for library users (closes #4) - Move command to `cmd/password` subdir - Drop support for Alfred workflow - Add support for Go 1.11+ modules
11 lines
131 B
YAML
11 lines
131 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /src
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
PACKAGES: .
|