File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 set -ev
1818 # Clone azure-cli
1919 git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ./azure-cli
20- git clone --depth 1 -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
20+ git clone -q --single-branch -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
2121
2222 - name : Set Up Python Environment
2323 run : |
5959 run : |
6060 set -ev
6161 git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ./azure-cli
62- git clone --depth 1 -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
62+ git clone -q --single-branch -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
6363
6464 - name : Check Out Azure CLI Commits
6565 run : |
You can’t perform that action at this time.
0 commit comments