We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f950 commit 498b793Copy full SHA for 498b793
tests/files/process_build_logs.py
@@ -30,7 +30,7 @@
30
required=True)
31
args = vars(parser.parse_args())
32
33
-if args['base'] not in ['centos']:
+if args['base'] not in ['rocky', 'centos']:
34
print("Non rpm-based distros are not yet supported.")
35
sys.exit()
36
0 commit comments