From b73a73ad25fa020905c1664c108602e7b0a5884f Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 8 Aug 2018 22:26:15 +0200 Subject: [PATCH] updated jenkins file --- attach_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attach_modules.sh b/attach_modules.sh index e6d8c98..82c25f9 100755 --- a/attach_modules.sh +++ b/attach_modules.sh @@ -1,3 +1,3 @@ #!/bin/bash -git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)' +git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master); git pull'