This commit is contained in:
changlong-liu 2021-06-25 10:55:00 +08:00 коммит произвёл GitHub
Родитель aef72eb32b
Коммит 48e940ce8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ stages:
echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli-extensions"
git clone --single-branch -b master https://github.com/amecodegenbot/azure-cli-extensions.git ../azure-cli-extensions
echo -e "\e[32m[$(date -u)] LOG: Clone autorest.testserver"
git clone --single-branch -b master https://github.com/Azure/autorest.testserver.git ../autorest.testserver
git clone --single-branch -b main https://github.com/Azure/autorest.testserver.git ../autorest.testserver
displayName: 'Clone Branch'
- script: |
echo -e "\e[32m[$(date -u)] LOG: Install and upgrade Pip"