Skip to content

Commit

Permalink
ci: fix paths to apt retry script (#230274)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored Oct 2, 2024
1 parent 14ac777 commit a287cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/oss/product-build-pr-cache-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ steps:

- script: |
set -e
../linux/apt-retry.sh sudo apt-get update
../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
displayName: Setup system services
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
Expand Down
4 changes: 2 additions & 2 deletions build/azure-pipelines/web/product-build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ steps:

- script: |
set -e
../linux/apt-retry.sh sudo apt-get update
../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
displayName: Setup system services
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
Expand Down

0 comments on commit a287cd4

Please sign in to comment.