Skip to content

Commit

Permalink
Azure pipeline: update apt indices before installing redis (sonic-net#68
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sachinholla authored Mar 31, 2023
1 parent 68e0341 commit 22f82b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stages:

- script: |
# REDIS
sudo apt-get update
sudo apt-get install -y redis-server
sudo sed -ri 's/^# unixsocket/unixsocket/' /etc/redis/redis.conf
sudo sed -ri 's/^unixsocketperm .../unixsocketperm 777/' /etc/redis/redis.conf
Expand Down

0 comments on commit 22f82b4

Please sign in to comment.