Skip to content

Commit

Permalink
Update test_rpm_in_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Mar 11, 2022
1 parent 7a6e98c commit 5050e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/rpm/test_rpm_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -exv

export USERNAME=azureuser

yum --nogpgcheck localinstall /mnt/yum/$YUM_NAME -y
yum --nogpgcheck localinstall /mnt/rpm/$RPM_NAME -y

yum install git gcc python3-devel -y

Expand Down

0 comments on commit 5050e7e

Please sign in to comment.