Skip to content

Commit 653ba04

Browse files
committed
ci: Fix CircleCI config.
1 parent 508f60b commit 653ba04

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
docker:
3232
- image: 'circleci/node:latest'
3333
steps:
34-
- checkout
3534
- attach_workspace:
3635
at: .
3736
- run:
@@ -44,8 +43,8 @@ workflows:
4443
jobs:
4544
- build-and-test
4645
- release:
47-
branches:
48-
only:
49-
- master
50-
requires:
51-
- build-and-test
46+
branches:
47+
only:
48+
- master
49+
requires:
50+
- build-and-test

0 commit comments

Comments
 (0)