From 03c22eeff93e80e8b630f0dc5573b7f49b3335fd Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 20 Nov 2024 22:31:18 +0100 Subject: [PATCH] ci: remove old defaults from forceRunCI util script --- .circleci/forceRunCI.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/forceRunCI.sh b/.circleci/forceRunCI.sh index ae2e51134..47b384fad 100755 --- a/.circleci/forceRunCI.sh +++ b/.circleci/forceRunCI.sh @@ -2,11 +2,11 @@ PAT=`cat .pat` auth=`echo "${PAT}:" | tr -d '\n' | base64 --wrap=0` branch=`git rev-parse --abbrev-ref HEAD` -cdiCoreMap='{ "5.2": "feat/oauth/allow-list" }' -cdiPluginInterfaceMap='{ "5.2": "feat/oauth/allow-list" }' -fdiNodeMap='{ "3.1": "feat/add_clientId_secret_and_refreshTokenRotation_settings", "4.0": "feat/add_clientId_secret_and_refreshTokenRotation_settings" }' -fdiWebsiteMap='{ "1.17": "20.1", "1.18": "20.1", "1.19": "20.1", "2.0": "20.1", "3.0": "20.1", "3.1": "20.1", "4.0": "20.1" }' -fdiAuthReactMap='{ "3.1": "0.48", "4.0": "0.48" }' +cdiCoreMap='{ }' # "5.2": "feat/oauth/allow-list" +cdiPluginInterfaceMap='{ }' # "5.2": "feat/oauth/allow-list" +fdiNodeMap='{ }' # "3.1": "feat/add_clientId_secret_and_refreshTokenRotation_settings", "4.0": "feat/add_clientId_secret_and_refreshTokenRotation_settings" +fdiWebsiteMap='{ }' # "1.17": "20.1", "1.18": "20.1", "1.19": "20.1", "2.0": "20.1", "3.0": "20.1", "3.1": "20.1", "4.0": "20.1" +fdiAuthReactMap='{ }' # "3.1": "0.48", "4.0": "0.48" data=`jq -cn --arg branch "$branch" \ --arg cdiCoreMap "$cdiCoreMap" \