mirror of
https://github.com/Luzifer/slugify.git
synced 2024-12-22 21:01:18 +00:00
Add publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0178deed47
commit
84dbe37688
2 changed files with 18 additions and 0 deletions
13
.repo-runner.yaml
Normal file
13
.repo-runner.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
image: "reporunner/golang-alpine"
|
||||
checkout_dir: /go/src/github.com/Luzifer/slugify
|
||||
|
||||
commands:
|
||||
- make publish
|
||||
|
||||
environment:
|
||||
DRAFT: "false"
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
MOD_MODE: readonly
|
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
default:
|
||||
|
||||
publish:
|
||||
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||
bash golang.sh
|
Loading…
Reference in a new issue