From 84dbe37688f3741eed427b76b6c3511cb212bd78 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 13 Oct 2021 18:04:41 +0200 Subject: [PATCH] Add publishing Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 13 +++++++++++++ Makefile | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 .repo-runner.yaml create mode 100644 Makefile diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..f8251a4 --- /dev/null +++ b/.repo-runner.yaml @@ -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 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cab2698 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +default: + +publish: + curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh + bash golang.sh