Skip to content

Commit

Permalink
CI: Add rocky support to process_build_logs.py
Browse files Browse the repository at this point in the history
Change-Id: I57e05a235359547a4477dc869e92047818dc5c15
  • Loading branch information
mnasiadka committed Feb 21, 2025
1 parent 405f950 commit 498b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/files/process_build_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
required=True)
args = vars(parser.parse_args())

if args['base'] not in ['centos']:
if args['base'] not in ['rocky', 'centos']:
print("Non rpm-based distros are not yet supported.")
sys.exit()

Expand Down

0 comments on commit 498b793

Please sign in to comment.