summaryrefslogtreecommitdiff
path: root/error.sh
diff options
context:
space:
mode:
authorHorus2016-03-03 18:22:34 +0100
committerHorus2016-03-03 18:22:34 +0100
commit6857f8e5061180aa530c2610fec8235acdfbb66a (patch)
treef910b4712f006137db3edb7fd0b239551e0fa169 /error.sh
parentdf4d016a8dd862b3b2c7ef9ffaf0c3840ff03fe2 (diff)
downloadgospeladlershof.de-6857f8e5061180aa530c2610fec8235acdfbb66a.tar.gz
Fügt die Makefiles für die build pipeline hinzu.
Diffstat (limited to 'error.sh')
-rwxr-xr-xerror.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/error.sh b/error.sh
new file mode 100755
index 0000000..4d1397d
--- /dev/null
+++ b/error.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+msg="Failure: Could not built site gospeladlershof.de."
+attach=$(cat log/hugo.log)
+
+echo "$msg"
+echo ""
+echo "$attach"