added missing semicolon for masking
This commit is contained in:
@@ -36,7 +36,7 @@ CLOUDFRONT_ARN=$(aws cloudformation describe-stacks \
|
|||||||
--output text \
|
--output text \
|
||||||
--profile $ROLE_PROFILE)
|
--profile $ROLE_PROFILE)
|
||||||
if [ -z "$CLOUDFRONT_ARN" ]; then echo "Could not read CloudFront ARN"; exit 1; fi;
|
if [ -z "$CLOUDFRONT_ARN" ]; then echo "Could not read CloudFront ARN"; exit 1; fi;
|
||||||
echo :add-mask::$CLOUDFRONT_ARN
|
echo ::add-mask::$CLOUDFRONT_ARN
|
||||||
|
|
||||||
echo Syncing folder to S3
|
echo Syncing folder to S3
|
||||||
aws cloudfront create-invalidation \
|
aws cloudfront create-invalidation \
|
||||||
|
|||||||
Reference in New Issue
Block a user