updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-08 22:26:15 +02:00
parent 5a549abd61
commit b73a73ad25

View File

@ -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'