From 01957741c8bb74cec6e72c734ba0b8589efa1f72 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 15 Apr 2019 10:18:59 -0400 Subject: Add tests dir; try out inclusion into jenkinsfile Cleanup jenkinsfile. Add hook instalation script Rename jenkinsfile.test Update hook to use renamed Jenkinsfile --- install_hooks.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install_hooks.sh (limited to 'install_hooks.sh') diff --git a/install_hooks.sh b/install_hooks.sh new file mode 100755 index 0000000..95a2383 --- /dev/null +++ b/install_hooks.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "Installing pre-commit git hook script to facilitate CI testing..." +ln -s ../../hooks/pre-commit .git/hooks/pre-commit -- cgit