diff options
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 |