File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ jobs:
143143 parameters :
144144 service_name : " ${{ parameters.service_name }}"
145145
146- - bash : |
147- echo "Setting python tool cache path"
148- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149- displayName: 'Set python tool cache path'
146+ # - bash: |
147+ # echo "Setting python tool cache path"
148+ # echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149+ # displayName: 'Set python tool cache path'
150150
151151 - task : UsePythonVersion@0
152152 displayName : " Use Python ${{ parameters.python_version }}"
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ stages:
124124 profile : " apm_${{ parameters.aws_account }}"
125125 aws_account : " ${{ parameters.aws_account }}"
126126
127- - bash : |
128- echo "Setting python tool cache path"
129- echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130- displayName: 'Set python tool cache path'
127+ # - bash: |
128+ # echo "Setting python tool cache path"
129+ # echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130+ # displayName: 'Set python tool cache path'
131131
132132 - task : UsePythonVersion@0
133133 displayName : " Use Python ${{ parameters.python_version }}"
You can’t perform that action at this time.
0 commit comments