From 046b2e0a9546b4e434c6862600f320168470d2ea Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Thu, 30 Nov 2023 14:12:51 +0100 Subject: [PATCH] Add "build" script back Apparently the CI templates require it to exist. Signed-off-by: Casey Callendrello --- build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build diff --git a/build b/build new file mode 100755 index 0000000..fef6df1 --- /dev/null +++ b/build @@ -0,0 +1,3 @@ +#!/bin/bash + +go build ./...