[Jenkins] Don't update LTP submodule twice

Jenkins already runs a recursive submodule update. So no need to do this
again manually.
This commit is contained in:
Simon Gaiser
2019-08-14 13:08:55 -07:00
committed by Dmitrii Kuvaiskii
parent d1ea2dae12
commit f8b60ced5c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@ pipeline {
'''
sh '''
cd LibOS/shim/test/apps/ltp
git submodule update --init src
make
./syscalls.sh
'''
-1
View File
@@ -23,7 +23,6 @@ pipeline {
'''
sh '''
cd LibOS/shim/test/apps/ltp
git submodule update --init src
make
./syscalls.sh
'''