Azure CI: set testdata branch for Mac

This commit is contained in:
Alexander Zhogov 2021-01-12 13:17:29 +03:00 committed by GitHub
parent b37376100a
commit 2e6a746722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
continueOnError: false
- script: |
git clone https://github.com/openvinotoolkit/testdata.git
git clone --single-branch --branch releases/2021/2 https://github.com/openvinotoolkit/testdata.git
workingDirectory: $(WORK_DIR)
displayName: 'Clone testdata'