소스 검색

ci: Remove duplicate unshallow fetch

Stefan Profanter 5 년 전
부모
커밋
384cc5ad56
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tools/travis/travis_linux_script.sh

+ 0 - 1
tools/travis/travis_linux_script.sh

@@ -11,7 +11,6 @@ if ! [ -z ${SONAR+x} ]; then
         # Skip on forks
         exit 0;
     fi
-    git fetch --unshallow
 	mkdir -p build && cd build
 	build-wrapper-linux-x86-64 --out-dir ../bw-output cmake \
         -DCMAKE_BUILD_TYPE=Debug \