From 6155b037efe5b221615c070aeb599cf5a989c27c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 8 Aug 2018 22:27:28 +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 82c25f9..ab4e5de 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 pull' +git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master); git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'