From: Silvio Rhatto Date: Thu, 27 Apr 2017 16:42:04 +0000 (-0300) Subject: Post-receive: git submodule sync X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8a13cb580a35b242fad5f999c0502ebb6c1d3687;p=puppet-bootstrap.git Post-receive: git submodule sync --- 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 -