From 1457a648ef8c69a8fa45f20b9475b4c864b9c4c8 Mon Sep 17 00:00:00 2001 From: Dmitry Belyaev Date: Mon, 3 Feb 2020 11:19:38 +0300 Subject: [PATCH] hook for dockerhub update submodules for automated build on dockerhub --- hooks/post_checkout | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hooks/post_checkout diff --git a/hooks/post_checkout b/hooks/post_checkout new file mode 100644 index 0000000..cab8e4d --- /dev/null +++ b/hooks/post_checkout @@ -0,0 +1,4 @@ +#!/bin/sh + +git submodule update --init +