From 5bd58d4786a5c1866ead2ad0b426fdef32670eaa Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Sep 2024 20:27:52 +0200 Subject: [PATCH] [devops] Remove the default 'xcodeChannel' value for the API diff. The consumers of the API stage already passes a value, so a default is not needed. This reduces the number of places we have to change every time we switch between stable and beta. --- tools/devops/automation/templates/api-diff-stage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/devops/automation/templates/api-diff-stage.yml b/tools/devops/automation/templates/api-diff-stage.yml index 9d67eab0bb..081a1f58e1 100644 --- a/tools/devops/automation/templates/api-diff-stage.yml +++ b/tools/devops/automation/templates/api-diff-stage.yml @@ -25,7 +25,6 @@ parameters: - name: xcodeChannel type: string - default: Beta - name: macOSName type: string