]> granicus.if.org Git - php/commitdiff
checkout depth of one doesn't always work with batched builds, it seems
authorJoe Watkins <krakjoe@php.net>
Tue, 11 Jun 2019 08:42:25 +0000 (10:42 +0200)
committerJoe Watkins <krakjoe@php.net>
Tue, 11 Jun 2019 08:42:25 +0000 (10:42 +0200)
azure/i386/job.yml
azure/job.yml
azure/macos/job.yml

index 95c6d08bd9353c1a0fc13031ecaf437808610e66..a4feebf6d9053ad4bc7eb70f1efa885c123fc5b3 100644 (file)
@@ -7,8 +7,6 @@ jobs:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
-    - checkout: self
-      fetchDepth: 1
     - template: apt.yml
     - script: |
         ./buildconf --force
index e55fc6ee32fe1f770e7a27c7ee54459f9cd22204..1232925fd57c2986bd87d7242bab39a283f5414f 100644 (file)
@@ -7,8 +7,6 @@ jobs:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
-    - checkout: self
-      fetchDepth: 1
     - template: apt.yml
     - script: |
         ./buildconf --force
index 35364b5623ffee5b2f5a6c2c3c2958d7e416b4d0..7d9d649e0e4476777d717fb0f1d28a071310af4a 100644 (file)
@@ -7,8 +7,6 @@ jobs:
     pool:
       vmImage: 'macOS-10.14'
     steps:
-    - checkout: self
-      fetchDepth: 1
     - template: brew.yml
     - script: |
         export PATH="/usr/local/opt/bison/bin:$PATH"