From 8a13cb580a35b242fad5f999c0502ebb6c1d3687 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Apr 2017 13:42:04 -0300 Subject: Post-receive: git submodule sync --- bin/post-receive | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/post-receive b/bin/post-receive index d6cca15..e6baa07 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -10,6 +10,7 @@ else git checkout -f fi +git submodule sync --recursive git submodule update --init --recursive cd - -- cgit v1.2.3