Skip to content

Commit

Permalink
Clean yum cache before yum update (#558) (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlcamp authored Oct 25, 2023
1 parent 45e5576 commit c247a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/e2e-tests/test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ case "$OS" in
ssh -i "$PWD/vm-ssh-key" "aziot@$vm_public_ip" '
set -euxo pipefail
sudo yum -y clean all
sudo yum -y makecache
sudo yum -y update
# The test needs jq
Expand Down Expand Up @@ -731,6 +733,8 @@ case "$OS" in
ssh -i "$PWD/vm-ssh-key" "aziot@$vm_public_ip" '
set -euxo pipefail
sudo yum -y clean all
sudo yum -y makecache
sudo yum -y update
'
;;
Expand Down

0 comments on commit c247a7d

Please sign in to comment.