소스 검색

[Jenkins] Don't update LTP submodule twice

Jenkins already runs a recursive submodule update. So no need to do this
again manually.
Simon Gaiser 4 년 전
부모
커밋
f8b60ced5c
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      Jenkinsfiles/Linux
  2. 0 1
      Jenkinsfiles/Linux-Debug

+ 0 - 1
Jenkinsfiles/Linux

@@ -25,7 +25,6 @@ pipeline {
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/ltp
-                            git submodule update --init src
                             make
                             ./syscalls.sh
                             '''

+ 0 - 1
Jenkinsfiles/Linux-Debug

@@ -23,7 +23,6 @@ pipeline {
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/ltp
-                            git submodule update --init src
                             make
                             ./syscalls.sh
                             '''