diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..5ac33f9 --- /dev/null +++ b/.repo-runner.yaml @@ -0,0 +1,12 @@ +--- + +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 new file mode 100644 index 0000000..613bb58 --- /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