mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[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:
committed by
Dmitrii Kuvaiskii
parent
d1ea2dae12
commit
f8b60ced5c
@@ -25,7 +25,6 @@ pipeline {
|
||||
'''
|
||||
sh '''
|
||||
cd LibOS/shim/test/apps/ltp
|
||||
git submodule update --init src
|
||||
make
|
||||
./syscalls.sh
|
||||
'''
|
||||
|
||||
@@ -23,7 +23,6 @@ pipeline {
|
||||
'''
|
||||
sh '''
|
||||
cd LibOS/shim/test/apps/ltp
|
||||
git submodule update --init src
|
||||
make
|
||||
./syscalls.sh
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user