Using amecodegenbot cliext repo in release pipeline (#511)

This commit is contained in:
Liang Wang 2020-08-14 15:22:38 +08:00 коммит произвёл GitHub
Родитель 3b1b58b840
Коммит 917eafb3b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -80,7 +80,7 @@ stages:
echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli"
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli-extensions"
git clone --single-branch -b master https://github.com/Azure/azure-cli-extensions.git ../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
displayName: 'Clone Branch'