Skip to content

Commit 24bb87d

Browse files
committed
Fix yml indentation
1 parent 05525cf commit 24bb87d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
github-release:
3131
working_directory: ~/aws-lambda-runtime-local
32-
docker:
33-
- image: cibuilds/github:0.10
32+
docker:
33+
- image: cibuilds/github:0.10
3434
steps:
3535
- attach_workspace:
3636
at: .
@@ -41,8 +41,8 @@ jobs:
4141
4242
docker-publish:
4343
working_directory: ~/aws-lambda-runtime-local
44-
docker:
45-
- image: docker:18.06.1-ce-git
44+
docker:
45+
- image: docker:18.06.1-ce-git
4646
steps:
4747
- setup_remote_docker
4848
- attach_workspace:

0 commit comments

Comments
 (0)