Skip to content

Commit bc7f2be

Browse files
authored
Merge pull request #884 from ELEVATE-Project/sonar-ci
update: add fetch-depth to checkout step in CircleCI config
2 parents 2a82b54 + 33f3c1b commit bc7f2be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- checkout:
1212
path: ~/user
13+
method: full
1314
- restore_cache:
1415
key: user-dependency-cache-{{ checksum "src/package.json" }}
1516
- run:

0 commit comments

Comments
 (0)