Skip to content

Commit

Permalink
fix recordings (#30371)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored May 12, 2023
1 parent 67e69a9 commit 10de5f6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/auto_release/PythonSdkLiveTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,19 @@ jobs:
architecture: 'x64'
- bash: |
python scripts/dev_setup.py -p azure-core
- template: /eng/common/testproxy/test-proxy-tool.yml
- bash: |
script_path=$(pwd)/scripts/auto_release
cd ..
git config --global user.email "PythonSdkPipelines"
git config --global user.name "PythonSdkPipelines"
# clone(REPO: https://github.com/Azure/azure-sdk-for-python.git, USR_NAME: Azure, USR_TOKEN: xxxxxxxxxxxxx)
mkdir azure-sdk-for-python
git clone ${REPO:0:8}$(USR_NAME):$(azuresdk-github-pat)@${REPO:8} $(pwd)/azure-sdk-for-python
- template: /eng/common/testproxy/test-proxy-tool.yml
parameters:
rootFolder: ../azure-sdk-for-python
- bash: |
script_path=$(pwd)/scripts/auto_release
cd ..
# prepare env if need to generate SDK code
if [ "$(SPEC_README)" ]; then
Expand Down

0 comments on commit 10de5f6

Please sign in to comment.