From ac654252e9acc39629e435b3675e8f7416d47729 Mon Sep 17 00:00:00 2001 From: Igor Gajsin Date: Wed, 6 Jul 2016 14:25:07 +0300 Subject: [PATCH] change pre_build_hook to update submodule puppet-manila --- pre_build_hook | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pre_build_hook b/pre_build_hook index 3348a97..0496d4e 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -4,6 +4,4 @@ # like packages building, packages downloading from mirrors and so on. # The script should return 0 if there were no errors. -cd deployment_scripts/puppet/modules/puppet-manila && git pull || \ -cd deployment_scripts/puppet/modules; \ -git clone -b stable/mitaka https://github.com/openstack/puppet-manila.git +git submodule update --remote deployment_scripts/puppet/modules/puppet-manila