ソースを参照

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 \