Skip to content

Commit e1d2dea

Browse files
Merge pull request #8 from commitdev/fix/indentation
Fix circleci yaml indentation
2 parents 0b1fc13 + 4a0544b commit e1d2dea

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)