diff options
author | Joe Watkins <krakjoe@php.net> | 2019-06-11 10:42:25 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2019-06-11 10:42:25 +0200 |
commit | 3ef151127fc7d7496c0d392b2102609ba0837888 (patch) | |
tree | 3469a4c6fd6c81175ca80eb3ce51f0d4c928f143 /azure/job.yml | |
parent | 3ff489d8e8672ca5cd23f4836ce86fbbd46b2ec4 (diff) | |
download | php-git-3ef151127fc7d7496c0d392b2102609ba0837888.tar.gz |
checkout depth of one doesn't always work with batched builds, it seems
Diffstat (limited to 'azure/job.yml')
-rw-r--r-- | azure/job.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |