Skip to content

Commit 4cd1116

Browse files
committed
refactor: Remove Unity-related parameter keys from CloudFormation stack creation
1 parent d02a76f commit 4cd1116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nightly_tests/deploy.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ aws cloudformation create-stack \
182182
ParameterKey=MCVersion,ParameterValue=${MC_VERSION} \
183183
ParameterKey=MCSha,ParameterValue=${MC_SHA} \
184184
ParameterKey=MarketplaceItems,ParameterValue="${escaped_config_content}" \
185-
ParameterKey=UnityCSMonitoringLambdaVersion,ParameterValue="${UNITY_CS_MONITORING_LAMBDA_VERSION}" \
186-
ParameterKey=UnityAPIGatewayVersion,ParameterValue="${UNITY_APIGATEWAY_VERSION}" \
187-
ParameterKey=UnityProxyVersion,ParameterValue="${UNITY_PROXY_VERSION}" \
188-
ParameterKey=UnityUIVersion,ParameterValue="${UNITY_UI_VERSION}" \
189185
--tags Key=ServiceArea,Value=U-CS
190186

191187

0 commit comments

Comments
 (0)