Skip to content

Commit d8d42f0

Browse files
committed
ci: fix format
1 parent a1f8ca4 commit d8d42f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- *restore_repo
2222
- checkout
2323
- *save_repo
24-
- run: Install dependencies
25-
command: |
26-
pip install awscli
27-
sudo apt-get install jq
24+
- run:
25+
name: Install dependencies
26+
command: |
27+
pip install awscli
28+
sudo apt-get install jq
2829
- run:
2930
name: Build application Docker image
3031
command: |

0 commit comments

Comments
 (0)