Procházet zdrojové kódy

ci: Remove duplicate unshallow fetch

Stefan Profanter před 5 roky
rodič
revize
384cc5ad56
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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 \