File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ deploy_s3bucket() {
700700check_invalidation_status () {
701701 INVALIDATE_ID=$1
702702 counter=0
703- echo " invalidating cache"
703+ echo " invalidating cache with ID $INVALIDATE_ID "
704704 sleep 60
705705 invalidstatus =` aws cloudfront create-invalidation --distribution-id $AWS_CLOUD_FRONT_ID --id $INVALIDATE_ID | $JQ ' .Invalidation.Status' `
706706
@@ -726,7 +726,7 @@ invalidate_cf_cache()
726726 echo " Skipped which is based on AWS cloudfront ID.Kindly raise request to configure cloud front ID in deployment configuration"
727727 else
728728 # aws cloudfront create-invalidation --distribution-id $AWS_CLOUD_FRONT_ID --paths '/*'
729- INVALIDATE_ID=` aws cloudfront create-invalidation --distribution-id $AWS_CLOUD_FRONT_ID --paths ' /*' | $JQ ' Invalidation.Id' `
729+ INVALIDATE_ID=` aws cloudfront create-invalidation --distribution-id $AWS_CLOUD_FRONT_ID --paths ' /*' | $JQ ' . Invalidation.Id' `
730730 check_invalidation_status " $INVALIDATE_ID "
731731 fi
732732 fi
You can’t perform that action at this time.
0 commit comments