Skip to content
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
8 changes: 0 additions & 8 deletions azure/common/apigee-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,7 @@ jobs:
- ${{ cache_step }}

- bash: |
echo "Before set path:"
python --version
export PATH="$HOME/.local/bin:$PATH"
echo "Before make install:"
python --version
n=0
until [ "$n" -ge 3 ]
do
Expand Down Expand Up @@ -201,11 +197,7 @@ jobs:
displayName: cache utils dependencies

- bash: |
echo "Before set path:"
python --version
export PATH="$HOME/.local/bin:$PATH"
echo "Before make install:"
python --version
make install
sleep 5
workingDirectory: "${{ parameters.service_name }}/utils"
Expand Down
Loading