Remove --appcast argument. (#144193)

This commit is contained in:
Markus Reiter
2023-03-30 16:48:38 +02:00
committed by GitHub
parent eeb2a5aecf
commit ee62b3c4ac
-7
View File
@@ -122,13 +122,6 @@ module CiMatrix
audit_exceptions = []
# TODO: Replace with `except`.
audit_args << if labels.include?("ci-skip-appcast")
"--no-appcast"
else
"--appcast"
end
if labels.include?("ci-skip-livecheck")
audit_exceptions << ["hosting_with_livecheck", "livecheck_version", "livecheck_min_os"]
end