From ed304c794efecb30714e8988cf6ad878194f700c Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sat, 9 Apr 2022 20:14:29 -0700 Subject: [PATCH] Updated go.mod --- example_workdir/hkexsh_post-receive.sample | 15 --------------- go.mod | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 example_workdir/hkexsh_post-receive.sample diff --git a/example_workdir/hkexsh_post-receive.sample b/example_workdir/hkexsh_post-receive.sample deleted file mode 100644 index fa059a3..0000000 --- a/example_workdir/hkexsh_post-receive.sample +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -"/home/git/go/src/github.com/gogs/gogs/gogs" hook --config='/home/git/go/src/github.com/gogs/gogs/custom/conf/app.ini' post-receive - -read old new ref -echo "** push hook" -echo "** old: ${old}" -echo "** new: ${new}" -echo "** ref: ${ref}" - -## NOTE In my setup bacillus is behind a reverse proxy, 'bacillus.blitter.com' -## and therefore must be addressed via https://bacillus.blitter.com/ -## though it runs http:// on port 9990. -/usr/bin/curl -s "https://bacillus.blitter.com/onPush-hkexsh-build?ref=${ref}&old=${old}&new=${new}" >/dev/null 2>&1 - diff --git a/go.mod b/go.mod index 7485473..3bc840e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module blitter.com/go/bacillus -go 1.14 +go 1.17 require ( blitter.com/go/brevity v1.0.0