Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed May 21, 2024
1 parent 2b43f11 commit c34ca67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ variables:

pool: ubuntu-20.04

container:
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest
#container:
# image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest

steps:
- task: DownloadPipelineArtifact@2
Expand All @@ -31,6 +31,7 @@ steps:

- script: |
set -xe
docker -v
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
sudo apt install -y libhiredis0.14
sudo dpkg -i libnl-3-200_*.deb
Expand Down

0 comments on commit c34ca67

Please sign in to comment.