Skip to content

Commit 2d32956

Browse files
Checkout submodules in job (#4)
1 parent 2856a45 commit 2d32956

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/jobs/audit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ docker:
2222

2323
steps:
2424
- checkout
25+
- run:
26+
name: "Populate any submodules"
27+
command: |
28+
git submodule sync
29+
git submodule update --init
2530
- install:
2631
version: << parameters.version >>
2732
- run:

0 commit comments

Comments
 (0)