From aff8f97afe8fcca6219d586c0d550a9284ee9e26 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 25 Nov 2024 16:02:12 +0100 Subject: [PATCH] Remove tool publishing --- .repo-runner.yaml | 12 ------------ Makefile | 5 ----- 2 files changed, 17 deletions(-) delete mode 100644 .repo-runner.yaml delete mode 100644 Makefile diff --git a/.repo-runner.yaml b/.repo-runner.yaml deleted file mode 100644 index 5ac33f9..0000000 --- a/.repo-runner.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -image: "reporunner/golang-alpine" -checkout_dir: /go/src/github.com/Luzifer/scs-extract - -commands: - - make publish - -environment: - CGO_ENABLED: 0 - GO111MODULE: on - MOD_MODE: readonly diff --git a/Makefile b/Makefile deleted file mode 100644 index 613bb58..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -default: - -publish: - curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh - bash golang.sh