Skip to content

Commit 385ab7e

Browse files
committed
Defaults!
1 parent 3eac5ab commit 385ab7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defaults:
77

88
jobs:
99
build:
10+
<<: *defaults
1011
steps:
1112
- checkout
1213
- restore_cache:
@@ -31,6 +32,7 @@ jobs:
3132
root: ~/repo
3233
paths: .
3334
deploy:
35+
<<: *defaults
3436
steps:
3537
- attach_workspace:
3638
at: ~/repo

0 commit comments

Comments
 (0)