Skip to content

Commit

Permalink
ci: remove old defaults from forceRunCI util script
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Nov 20, 2024
1 parent de4d04d commit 03c22ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/forceRunCI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 03c22ee

Please sign in to comment.