Sfoglia il codice sorgente

Enabled full clone

Bart Hertog 5 anni fa
parent
commit
873a392c4f
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      bitbucket-pipelines.yml

+ 4 - 1
bitbucket-pipelines.yml

@@ -1,4 +1,8 @@
 image: atlassian/default-image:2
+
+clone: 
+  depth: full
+
 pipelines:
   default:
     - step:    
@@ -10,7 +14,6 @@ pipelines:
           - apt-get install -y jq gcc-9 g++-9 unzip cmake lib32ncurses5 lib32z1 lib32stdc++6 python3-venv
           - update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9
           - git submodule update --recursive --init
-          - git fetch origin develop
           - source bitbucket-pipelines-dependencies.sh
 
           - ./build_test.sh