Skip to content

Commit 17a9ab3

Browse files
committed
Set LD_LIBRARY_PATH for utils build and deploy pipeline
1 parent ddd999f commit 17a9ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/common/apigee-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- bash: |
147147
echo "Setting python tool cache path"
148148
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149-
displayName: 'Set python tool cache path'
149+
displayName: 'Set python tool cache path'
150150
151151
- task: UsePythonVersion@0
152152
displayName: "Use Python ${{ parameters.python_version }}"

azure/common/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ stages:
127127
- bash: |
128128
echo "Setting python tool cache path"
129129
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130-
displayName: 'Set python tool cache path'
130+
displayName: 'Set python tool cache path'
131131
132132
- task: UsePythonVersion@0
133133
displayName: "Use Python ${{ parameters.python_version }}"

0 commit comments

Comments
 (0)