From c4a9e60ede06b845607a573215fe2ea22939ecc5 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Sat, 16 May 2020 09:55:18 +1000 Subject: [PATCH] delete hooks --- .git-hooks/pre-push | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .git-hooks/pre-push diff --git a/.git-hooks/pre-push b/.git-hooks/pre-push deleted file mode 100755 index 8db59b36..00000000 --- a/.git-hooks/pre-push +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -slug=$(git config --get remote.origin.url | cut -d ":" -f2 | sed "s/\.git//") -echo -echo "View your build at https://travis-ci.com/github/${slug}" -echo