From ee62b3c4ac98733e65aa7da4204a0826a991c96d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 30 Mar 2023 16:48:38 +0200 Subject: [PATCH] Remove `--appcast` argument. (#144193) --- cmd/lib/ci_matrix.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index cd32932a36..c85bfa4d9c 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -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