From 8a6668c0e79d282de80f7a6b8fbf20a80e53fd61 Mon Sep 17 00:00:00 2001 From: Liang Wang Date: Thu, 30 Jul 2020 23:20:31 +0800 Subject: [PATCH] Using Private Swagger Repo --- azure-pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index 5dd855d96..ccae0e3b6 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -76,7 +76,7 @@ stages: versionSpec: 3.7 - script: | echo -e "\e[32m[$(date -u)] LOG: Clone azure-rest-api-specs" - git clone --single-branch -b master https://github.com/Azure/azure-rest-api-specs.git ../azure-rest-api-specs + git clone --single-branch -b master https://github.com/amecodegenbot/azure-rest-api-specs.git ../azure-rest-api-specs echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli" git clone --single-branch -b azure-core-preview https://github.com/Azure/azure-cli.git ../azure-cli echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli-extensions"