We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8bb1 commit e2cdfacCopy full SHA for e2cdfac
1 file changed
scripts/release/rpm/test_rpm_in_docker.sh
@@ -3,6 +3,8 @@
3
# This script should be run in a centos8 docker.
4
set -exv
5
6
+export USERNAME=azureuser
7
+
8
yum --nogpgcheck localinstall /mnt/yum/$YUM_NAME -y
9
10
yum install git -y
0 commit comments