mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
12 lines
236 B
YAML
12 lines
236 B
YAML
---
|
|
|
|
image: "quay.io/luzifer/repo-runner-image"
|
|
checkout_dir: /go/src/github.com/Luzifer/password
|
|
|
|
commands:
|
|
- apk --update add zip
|
|
- git submodule update --init --recursive
|
|
- make publish workflow
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|