From 00ece856b02a5bcfa60c5799b605b2f586f5fca9 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 24 Aug 2022 03:22:34 +0000 Subject: [PATCH] First Post --- blog/_posts/2022-08-24-TestingAutobuild.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 blog/_posts/2022-08-24-TestingAutobuild.md diff --git a/blog/_posts/2022-08-24-TestingAutobuild.md b/blog/_posts/2022-08-24-TestingAutobuild.md new file mode 100644 index 0000000..96abc83 --- /dev/null +++ b/blog/_posts/2022-08-24-TestingAutobuild.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "Testing AutoBuild" +--- + +I just spent an hour trying to get a githook to work. TL;DR: It seems to work if I put it in a script and call the script. Environment variables aren't being passed for some reason otherise. At least I hope.....