From: Nikita Popov Date: Mon, 15 Jun 2020 08:13:04 +0000 (+0200) Subject: Fix typo in file cache job X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4601a65c84d0e35ef70fc64473904cb5a5d77c;p=php Fix typo in file cache job --- diff --git a/azure/file_cache_job.yml b/azure/file_cache_job.yml index 614bd8d1a5..7c8b392a66 100644 --- a/azure/file_cache_job.yml +++ b/azure/file_cache_job.yml @@ -17,7 +17,7 @@ jobs: - script: make -j$(/usr/bin/nproc) >/dev/null displayName: 'Make Build' - template: install.yml - - template: script.yml + - template: setup.yml - template: test.yml parameters: configurationName: ${{ parameters.configurationName }}