Skip to content

Commit

Permalink
Added -y to repoquery command so el8 imports GPG keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed Oct 20, 2020
1 parent 98ea9e4 commit c5b3aa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/workflows/install_latest_revision_of_rpm_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tasks:
action: core.remote
input:
hosts: <% ctx().host %>
cmd: repoquery --show-duplicates <% ctx().pkg %>-<% ctx().version %>* | sort --version-sort | tail -n 1
timeout:
cmd: repoquery -y --show-duplicates <% ctx().pkg %>-<% ctx().version %>* | sort --version-sort | tail -n 1
timeout: 120
next:
- when: <% succeeded() %>
publish:
Expand All @@ -24,3 +24,4 @@ tasks:
hosts: <% ctx().host %>
cmd: sudo yum install -y <% ctx().pkg_name_with_revision %>
timeout: 180
rep

0 comments on commit c5b3aa9

Please sign in to comment.