Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Using Private Swagger Repo #487

Merged
merged 2 commits into from
Aug 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down