From 44cc7673c779406a5b50992f065b0a88f83086c0 Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:53:36 +0200 Subject: [PATCH] Delete hooks/post_checkout Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com> --- hooks/post_checkout | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 hooks/post_checkout diff --git a/hooks/post_checkout b/hooks/post_checkout deleted file mode 100755 index 1c6f495cf..000000000 --- a/hooks/post_checkout +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# Docker hub does a recursive clone, then checks the branch out, -# so when a PR adds a submodule (or updates it), it fails. -git submodule update --init