We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02a76f commit 4cd1116Copy full SHA for 4cd1116
nightly_tests/deploy.sh
@@ -182,10 +182,6 @@ aws cloudformation create-stack \
182
ParameterKey=MCVersion,ParameterValue=${MC_VERSION} \
183
ParameterKey=MCSha,ParameterValue=${MC_SHA} \
184
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}" \
189
--tags Key=ServiceArea,Value=U-CS
190
191
0 commit comments