Skip to content

Commit

Permalink
Update AmazonErrataParser.java
Browse files Browse the repository at this point in the history
Ruby 3 PR test
  • Loading branch information
nodeg committed Aug 19, 2024
1 parent 9b894f7 commit 03f3ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

/**
* Parser specific for Amazon linux errata.
* DOM TEST
*/
public class AmazonErrataParser implements VendorSpecificErrataParser {

Expand Down
2 changes: 1 addition & 1 deletion testsuite/podman_runner/05_install_gems_in_controller.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
set -xe
sudo -i podman exec controller bash -c "cd /testsuite && bundle.ruby2.5 install --gemfile Gemfile"
sudo -i podman exec controller bash -c "cd /testsuite && bundle.ruby3.3 install --gemfile Gemfile"

0 comments on commit 03f3ee9

Please sign in to comment.