Skip to content

Commit 945d6a5

Browse files
committed
Merge branch 'master' into reorganize-for-zero
2 parents 8b0b23c + e1d2dea commit 945d6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
from: build_<< parameters.config >>
185185
overwrite: true
186186
to: 's3://<< parameters.bucket >>'
187-
- run:
187+
- run:
188188
name: Invalidate Cloudfront
189189
command: |
190190
export DIST_ID=$(aws cloudfront list-distributions --query "DistributionList.Items[?Aliases.Items[?contains(@, '<< parameters.bucket >>')]].Id | [0]" | tr -d '"')

0 commit comments

Comments
 (0)