From: Joe Watkins Date: Tue, 11 Jun 2019 08:42:25 +0000 (+0200) Subject: checkout depth of one doesn't always work with batched builds, it seems X-Git-Tag: php-7.4.0alpha1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ef151127fc7d7496c0d392b2102609ba0837888;p=php checkout depth of one doesn't always work with batched builds, it seems --- diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 95c6d08bd9..a4feebf6d9 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -7,8 +7,6 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: - - checkout: self - fetchDepth: 1 - template: apt.yml - script: | ./buildconf --force diff --git a/azure/job.yml b/azure/job.yml index e55fc6ee32..1232925fd5 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -7,8 +7,6 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: - - checkout: self - fetchDepth: 1 - template: apt.yml - script: | ./buildconf --force diff --git a/azure/macos/job.yml b/azure/macos/job.yml index 35364b5623..7d9d649e0e 100644 --- a/azure/macos/job.yml +++ b/azure/macos/job.yml @@ -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"