Skip to content

Commit

Permalink
added --nogpgcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Feb 11, 2025
1 parent f44b3c9 commit af336bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/e2e/cloudtest/azurelinux-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"name": "linux-bash-command",
"parameters": {
"command": "wget https://github.com/microsoft/omi/releases/download/v1.9.1-0/omi-1.9.1-0.ssl_300.ulinux.s.x64.rpm -O omi.rpm && sudo tdnf install -y omi.rpm"
"command": "wget https://github.com/microsoft/omi/releases/download/v1.9.1-0/omi-1.9.1-0.ssl_300.ulinux.s.x64.rpm -O omi.rpm && sudo tdnf install -y omi.rpm --nogpgcheck"
}
},
{
Expand Down

0 comments on commit af336bd

Please sign in to comment.