Skip to content

Commit 4a0544b

Browse files
committed
Fix circleci yaml indentation
1 parent 0b1fc13 commit 4a0544b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)