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 d3a33f4 commit 3236ec0Copy full SHA for 3236ec0
master_deploy.sh
@@ -724,7 +724,7 @@ check_invalidation_status() {
724
725
invalidate_cf_cache()
726
{
727
- if [ "$CFCACHE" = "true" ]; then
+ #if [ "$CFCACHE" = "true" ]; then
728
if [ -z $AWS_CLOUD_FRONT_ID ]; then
729
echo "Based on header applicaiton has invalidated"
730
echo "Skipped which is based on AWS cloudfront ID.Kindly raise request to configure cloud front ID in deployment configuration"
@@ -733,7 +733,7 @@ invalidate_cf_cache()
733
INVALIDATE_ID=`aws cloudfront create-invalidation --distribution-id $AWS_CLOUD_FRONT_ID --paths '/*' | $JQ '.Invalidation.Id'`
734
check_invalidation_status "$INVALIDATE_ID"
735
fi
736
- fi
+ #fi
737
}
738
739
download_envfile()
0 commit comments